Searched refs:wpa_scan_get_ie (Results 1 – 6 of 6) sorted by relevance
/hostap-3.7.0/wpa_supplicant/ |
D | scan.h | 63 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie);
|
D | bss.c | 522 new_ie = wpa_scan_get_ie(new_res, ie); in are_ies_equal() 791 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res() 823 mesh = wpa_scan_get_ie(res, WLAN_EID_MESH_ID); in wpa_bss_update_scan_res()
|
D | scan.c | 1906 ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES); in wpa_scan_get_max_rate() 1912 ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES); in wpa_scan_get_max_rate() 1931 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) in wpa_scan_get_ie() function 2067 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar() 2069 wpa_scan_get_ie(wb, WLAN_EID_RSN) != NULL; in wpa_scan_result_compar()
|
D | bgscan_learn.c | 469 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
|
D | wnm_sta.c | 1360 ssid_ie = wpa_scan_get_ie(res, WLAN_EID_SSID); in wnm_fetch_scan_results()
|
/hostap-3.7.0/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()
|