Searched refs:wpa_scan_get_ie (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.h29 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie);
H A Dscan.c1384 ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES);
1390 ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES);
1401 * wpa_scan_get_ie - Fetch a specified information element from a scan result
1409 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
1561 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL;
1563 wpa_scan_get_ie(wb, WLAN_EID_RSN) != NULL;
H A Dbss.c416 new_ie = wpa_scan_get_ie(new, ie);
642 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID);
H A Dbgscan_learn.c472 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c781 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
806 if (wpa_scan_get_ie(r, WLAN_EID_SSID))
H A Ddriver_test.c1658 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
1762 ds_params = wpa_scan_get_ie(res, WLAN_EID_DS_PARAMS);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c781 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
806 if (wpa_scan_get_ie(r, WLAN_EID_SSID))
H A Ddriver_test.c1658 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
1762 ds_params = wpa_scan_get_ie(res, WLAN_EID_DS_PARAMS);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c781 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
806 if (wpa_scan_get_ie(r, WLAN_EID_SSID))
H A Ddriver_test.c1658 static const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) function
1762 ds_params = wpa_scan_get_ie(res, WLAN_EID_DS_PARAMS);

Completed in 678 milliseconds