Home
last modified time | relevance | path

Searched refs:wpa_scan_get_ie (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dscan.h29 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie);
Dscan.c1641 ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES); in wpa_scan_get_max_rate()
1647 ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES); in wpa_scan_get_max_rate()
1666 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) in wpa_scan_get_ie() function
1814 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar()
1816 wpa_scan_get_ie(wb, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar()
2138 ie = wpa_scan_get_ie(res, WLAN_EID_HT_CAP); in scan_est_throughput()
2147 ie = wpa_scan_get_ie(res, WLAN_EID_HT_OPERATION); in scan_est_throughput()
2158 ie = wpa_scan_get_ie(res, WLAN_EID_VHT_CAP); in scan_est_throughput()
2164 ie = wpa_scan_get_ie(res, WLAN_EID_HT_OPERATION); in scan_est_throughput()
2173 ie = wpa_scan_get_ie(res, WLAN_EID_VHT_OPERATION); in scan_est_throughput()
Dbss.c487 new_ie = wpa_scan_get_ie(new_res, ie); in are_ies_equal()
752 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res()
784 mesh = wpa_scan_get_ie(res, WLAN_EID_MESH_ID); in wpa_bss_update_scan_res()
Dbgscan_learn.c469 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
Dwnm_sta.c1102 ssid_ie = wpa_scan_get_ie(res, WLAN_EID_SSID); in wnm_fetch_scan_results()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c782 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) in wpa_scan_get_ie() function
794 if (wpa_scan_get_ie(r, WLAN_EID_SSID)) in wpa_driver_ndis_add_scan_ssid()