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 | 1791 ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES); in wpa_scan_get_max_rate() 1797 ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES); in wpa_scan_get_max_rate() 1816 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) in wpa_scan_get_ie() function 1964 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar() 1966 wpa_scan_get_ie(wb, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar() 2289 ie = wpa_scan_get_ie(res, WLAN_EID_HT_CAP); in scan_est_throughput() 2298 ie = wpa_scan_get_ie(res, WLAN_EID_HT_OPERATION); in scan_est_throughput() 2309 ie = wpa_scan_get_ie(res, WLAN_EID_VHT_CAP); in scan_est_throughput() 2315 ie = wpa_scan_get_ie(res, WLAN_EID_HT_OPERATION); in scan_est_throughput() 2324 ie = wpa_scan_get_ie(res, WLAN_EID_VHT_OPERATION); in scan_est_throughput()
|
D | bss.c | 491 new_ie = wpa_scan_get_ie(new_res, ie); in are_ies_equal() 756 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res() 788 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 | 1327 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()
|