Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dbgscan_learn.c469 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
Dbss.c752 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res()
Drrm.c188 wpabuf_put_u8(buf, WLAN_EID_SSID); in wpas_rrm_send_neighbor_rep_request()
Dwnm_sta.c1102 ssid_ie = wpa_scan_get_ie(res, WLAN_EID_SSID); in wnm_fetch_scan_results()
Devents.c1473 ssid = wpa_bss_get_ie(bss, WLAN_EID_SSID); in wpa_supplicant_rsn_preauth_scan_results()
/external/wpa_supplicant_8/src/ap/
Drrm.c300 ie = get_ie(pos, len, WLAN_EID_SSID); in hostapd_handle_nei_report_req()
Dbeacon.c425 *pos++ = WLAN_EID_SSID; in hostapd_gen_probe_resp()
1090 *pos++ = WLAN_EID_SSID; in ieee802_11_build_ap_params()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c303 case WLAN_EID_SSID: in ieee802_11_parse_elems()
Dieee802_11_defs.h272 #define WLAN_EID_SSID 0 macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1448 if (pos[0] == WLAN_EID_SSID) in wpa_driver_wext_add_scan_entry()
1474 *pos++ = WLAN_EID_SSID; in wpa_driver_wext_add_scan_entry()
Ddriver_nl80211_scan.c658 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_scan_filtered()
Ddriver_ndis.c794 if (wpa_scan_get_ie(r, WLAN_EID_SSID)) in wpa_driver_ndis_add_scan_ssid()
805 *pos++ = WLAN_EID_SSID; in wpa_driver_ndis_add_scan_ssid()
Ddriver_bsd.c1392 *pos++ = WLAN_EID_SSID; in wpa_driver_bsd_add_scan_entry()
Ddriver_nl80211_event.c377 WLAN_EID_SSID); in mlme_event_connect()
Ddriver_nl80211.c1254 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_get_assoc_freq_handler()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c2268 wpabuf_put_u8(buf, WLAN_EID_SSID); in p2p_build_probe_resp_buf()