Searched refs:get_vendor_ie (Results 1 – 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_common.h | 208 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
D | ieee802_11_common.c | 1683 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.h | 264 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
D | ieee802_11_common.c | 2066 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mbo.c | 59 mbo_ie = get_vendor_ie(ies, ies_len, MBO_IE_VENDOR_TYPE); in mbo_get_attr_from_ies()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mbo.c | 60 mbo_ie = get_vendor_ie(ies, ies_len, MBO_IE_VENDOR_TYPE); in mbo_get_attr_from_ies()
|
D | robust_av.c | 578 wfa_capa = get_vendor_ie(ies, ies_len, WFA_CAPA_IE_VENDOR_TYPE); in wpas_handle_assoc_resp_qos_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | beacon.c | 292 return get_vendor_ie(ies, ies_len, vendor_type); in hostapd_vendor_wpa_ie()
|
D | dpp_hostapd.c | 2532 if (get_vendor_ie((const u8 *) (bss + 1), ie_len, in hostapd_dpp_chirp_scan_res_handler()
|