Searched refs:get_ie_ext (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 230 const u8 * get_ie_ext(const u8 *ies, size_t len, u8 ext);
|
D | ieee802_11_common.c | 1870 const u8 * get_ie_ext(const u8 *ies, size_t len, u8 ext) in get_ie_ext() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 1749 if (get_ie_ext(wpa_s->sme.assoc_req_ie, wpa_s->sme.assoc_req_ie_len, in sme_associate()
|
D | wpa_supplicant.c | 3058 if (get_ie_ext(wpa_ie, wpa_ie_len, WLAN_EID_EXT_OWE_DH_PARAM)) { in wpas_populate_assoc_ies() 3582 edmg_ie_oper = get_ie_ext((const u8 *) (bss + 1), bss->ie_len, in wpas_start_assoc_cb()
|
D | ctrl_iface.c | 2992 if (get_ie_ext((const u8 *) (bss + 1), bss->ie_len, in wpa_supplicant_ctrl_iface_scan_result()
|