Home
last modified time | relevance | path

Searched refs:WLAN_EID_SSID (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c467 ssid = nl80211_get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_scan_filtered()
624 res->res[i]->ie_len, WLAN_EID_SSID); in bss_info_handler()
625 s2 = nl80211_get_ie((u8 *) (r + 1), r->ie_len, WLAN_EID_SSID); in bss_info_handler()
Ddriver_wext.c1447 if (pos[0] == WLAN_EID_SSID) in wpa_driver_wext_add_scan_entry()
1473 *pos++ = WLAN_EID_SSID; in wpa_driver_wext_add_scan_entry()
Ddriver_ndis.c806 if (wpa_scan_get_ie(r, WLAN_EID_SSID)) in wpa_driver_ndis_add_scan_ssid()
817 *pos++ = WLAN_EID_SSID; in wpa_driver_ndis_add_scan_ssid()
Ddriver_bsd.c1328 *pos++ = WLAN_EID_SSID; in wpa_driver_bsd_add_scan_entry()
Ddriver_nl80211_event.c339 WLAN_EID_SSID); in mlme_event_connect()
/external/wpa_supplicant_8/src/ap/
Dbeacon.c407 *pos++ = WLAN_EID_SSID; in hostapd_gen_probe_resp()
834 *pos++ = WLAN_EID_SSID; in ieee802_11_build_ap_params()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c199 case WLAN_EID_SSID: in ieee802_11_parse_elems()
Dieee802_11_defs.h214 #define WLAN_EID_SSID 0 macro
/external/wpa_supplicant_8/wpa_supplicant/
Dbgscan_learn.c472 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
Dbss.c649 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res()
Devents.c1271 ssid = wpa_bss_get_ie(bss, WLAN_EID_SSID); in wpa_supplicant_rsn_preauth_scan_results()
Dwpa_supplicant.c5545 wpabuf_put_u8(buf, WLAN_EID_SSID); in wpas_rrm_send_neighbor_rep_request()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2420 wpabuf_put_u8(buf, WLAN_EID_SSID); in p2p_reply_probe()