Searched refs:wpa_scan_get_ie (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | scan.h | 29 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie);
|
D | scan.c | 1641 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()
|
D | bss.c | 487 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()
|
D | bgscan_learn.c | 469 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
|
D | wnm_sta.c | 1096 ssid_ie = wpa_scan_get_ie(res, WLAN_EID_SSID); in wnm_fetch_scan_results()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 782 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()
|