Home
last modified time | relevance | path

Searched refs:check_ssid (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c1277 bool wpa, check_ssid, osen, rsn_osen = false; in wpa_scan_res_ok() local
1303 check_ssid = wpa || ssid->ssid_len > 0; in wpa_scan_res_ok()
1330 check_ssid = false; in wpa_scan_res_ok()
1335 check_ssid = ssid->ssid_len > 0 || in wpa_scan_res_ok()
1342 check_ssid = false; in wpa_scan_res_ok()
1344 if (check_ssid && in wpa_scan_res_ok()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c3435 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid() function
3931 resp = check_ssid(hapd, sta, elems->ssid, elems->ssid_len); in __check_assoc_ies()