Searched refs:check_ssid (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | events.c | 1105 int check_ssid = wpa ? 1 : (ssid->ssid_len != 0); in wpa_scan_res_match() local 1133 check_ssid = 0; in wpa_scan_res_match() 1139 check_ssid = 1; in wpa_scan_res_match() 1142 check_ssid = 0; in wpa_scan_res_match() 1148 check_ssid = 0; in wpa_scan_res_match() 1150 if (check_ssid && in wpa_scan_res_match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 1291 bool wpa, check_ssid, osen, rsn_osen = false; in wpa_scan_res_ok() local 1324 check_ssid = wpa || ssid->ssid_len > 0 || wapi_ie_len > 0; in wpa_scan_res_ok() 1326 check_ssid = wpa || ssid->ssid_len > 0; in wpa_scan_res_ok() 1354 check_ssid = false; in wpa_scan_res_ok() 1359 check_ssid = ssid->ssid_len > 0 || in wpa_scan_res_ok() 1366 check_ssid = false; in wpa_scan_res_ok() 1368 if (check_ssid && in wpa_scan_res_ok()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 2478 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid() function 2935 resp = check_ssid(hapd, sta, elems.ssid, elems.ssid_len); in check_assoc_ies()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 4017 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid() function 4504 resp = check_ssid(hapd, sta, elems.ssid, elems.ssid_len); in check_assoc_ies()
|
Completed in 29 milliseconds