Searched refs:WLAN_EID_SSID (Results 1 – 25 of 33) sorted by relevance
12
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | bgscan_learn.c | 469 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
|
D | bss.c | 771 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res()
|
D | rrm.c | 195 wpabuf_put_u8(buf, WLAN_EID_SSID); in wpas_rrm_send_neighbor_rep_request()
|
D | wnm_sta.c | 1356 ssid_ie = wpa_scan_get_ie(res, WLAN_EID_SSID); in wnm_fetch_scan_results()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | bgscan_learn.c | 469 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID); in bgscan_learn_bss_match()
|
D | bss.c | 762 ssid = wpa_scan_get_ie(res, WLAN_EID_SSID); in wpa_bss_update_scan_res()
|
D | rrm.c | 188 wpabuf_put_u8(buf, WLAN_EID_SSID); in wpas_rrm_send_neighbor_rep_request()
|
D | wnm_sta.c | 1328 ssid_ie = wpa_scan_get_ie(res, WLAN_EID_SSID); in wnm_fetch_scan_results()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_rrm.c | 300 ie = get_ie(pos, len, WLAN_EID_SSID); in hostapd_handle_nei_report_req()
|
D | beacon.c | 430 *pos++ = WLAN_EID_SSID; in hostapd_gen_probe_resp() 1125 *pos++ = WLAN_EID_SSID; in ieee802_11_build_ap_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_rrm.c | 300 ie = get_ie(pos, len, WLAN_EID_SSID); in hostapd_handle_nei_report_req()
|
D | rrm.c | 300 ie = get_ie(pos, len, WLAN_EID_SSID); in hostapd_handle_nei_report_req()
|
D | beacon.c | 498 *pos++ = WLAN_EID_SSID; in hostapd_gen_probe_resp() 1504 *pos++ = WLAN_EID_SSID; in ieee802_11_build_ap_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_wext.c | 1444 if (pos[0] == WLAN_EID_SSID) in wpa_driver_wext_add_scan_entry() 1470 *pos++ = WLAN_EID_SSID; in wpa_driver_wext_add_scan_entry()
|
D | driver_nl80211_scan.c | 682 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_scan_filtered()
|
D | driver_ndis.c | 794 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()
|
D | driver_bsd.c | 1388 *pos++ = WLAN_EID_SSID; in wpa_driver_bsd_add_scan_entry()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_wext.c | 1439 if (pos[0] == WLAN_EID_SSID) in wpa_driver_wext_add_scan_entry() 1465 *pos++ = WLAN_EID_SSID; in wpa_driver_wext_add_scan_entry()
|
D | driver_nl80211_scan.c | 679 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_scan_filtered()
|
D | driver_ndis.c | 794 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()
|
D | driver_bsd.c | 1392 *pos++ = WLAN_EID_SSID; in wpa_driver_bsd_add_scan_entry()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_common.c | 323 case WLAN_EID_SSID: in ieee802_11_parse_elems()
|
D | ieee802_11_defs.h | 273 #define WLAN_EID_SSID 0 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 278 #define WLAN_EID_SSID 0 macro
|
D | ieee802_11_common.c | 377 case WLAN_EID_SSID: in ieee802_11_parse_elems()
|
12