Home
last modified time | relevance | path

Searched refs:vendor_type (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.h64 u32 vendor_type);
66 u32 vendor_type);
68 u32 vendor_type);
H A Dbss.h180 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
182 u32 vendor_type);
184 u32 vendor_type);
186 u32 vendor_type);
H A Dbss.c1277 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) in wpa_bss_get_vendor_ie() argument
1286 vendor_type == WPA_GET_BE32(elem->data)) in wpa_bss_get_vendor_ie()
1307 u32 vendor_type) in wpa_bss_get_vendor_ie_beacon() argument
1321 vendor_type == WPA_GET_BE32(elem->data)) in wpa_bss_get_vendor_ie_beacon()
1340 u32 vendor_type) in wpa_bss_get_vendor_ie_multi() argument
1361 vendor_type == WPA_GET_BE32(pos)) in wpa_bss_get_vendor_ie_multi()
1389 u32 vendor_type) in wpa_bss_get_vendor_ie_multi_beacon() argument
1410 vendor_type == WPA_GET_BE32(pos)) in wpa_bss_get_vendor_ie_multi_beacon()
H A Dscan.c2123 u32 vendor_type) in wpa_scan_get_vendor_ie() argument
2132 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie()
2153 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() argument
2167 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie_beacon()
2186 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() argument
2207 vendor_type == WPA_GET_BE32(pos)) in wpa_scan_get_vendor_ie_multi()
/freebsd/contrib/tcpdump/
H A Dprint-radius.c839 u_int vendor_type; in print_vendor_attr() local
853 vendor_type = GET_U_1(data); in print_vendor_attr()
858 vendor_type, in print_vendor_attr()
864 vendor_type, in print_vendor_attr()
874 vendor_type, in print_vendor_attr()
/freebsd/contrib/wpa/src/radius/
H A Dradius.h198 u8 vendor_type; member
317 u8 vendor_type, const u8 *data, size_t len);
H A Dradius.c1118 if (vhdr->vendor_type != subtype) { in radius_msg_get_vendor_attr()
1369 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY; in radius_msg_add_mppe_keys()
1398 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY; in radius_msg_add_mppe_keys()
1446 u8 vendor_type, const u8 *data, size_t len) in radius_msg_add_ext_vs() argument
1459 *pos++ = vendor_type; in radius_msg_add_ext_vs()
/freebsd/sys/net80211/
H A Dieee80211_radiotap.h413 uint16_t vendor_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp44 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local
46 if (vendor_type == llvm::Triple::Apple) { in CreateInstance()
H A DABISysV_arm64.cpp48 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local
50 if (vendor_type != llvm::Triple::Apple) { in CreateInstance()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h274 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
H A Dieee802_11_common.c2540 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() argument
2546 vendor_type == WPA_GET_BE32(elem->data)) in get_vendor_ie()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1303 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local
1305 if (vendor_type == llvm::Triple::Apple) { in CreateInstance()
H A DABISysV_arm.cpp1306 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local
1308 if (vendor_type != llvm::Triple::Apple) { in CreateInstance()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Drx.c1351 radiotap->vendor_type = 0; in iwl_mld_add_rtap_sniffer_config()
1381 radiotap->vendor_type = cpu_to_le16(1); in iwl_mld_add_rtap_sniffer_phy_data()
/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c322 u32 vendor_type) in hostapd_vendor_wpa_ie() argument
331 return get_vendor_ie(ies, ies_len, vendor_type); in hostapd_vendor_wpa_ie()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c230 radiotap->vendor_type = 0; in iwl_mvm_add_rtap_sniffer_config()