Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c1230 const u8 *match_ssid, size_t match_ssid_len,
1240 size_t match_ssid_len) in sae_pk_acceptable_bss_with_pk() argument
1261 if (wpa_scan_res_ok(wpa_s, ssid, match_ssid, match_ssid_len, in sae_pk_acceptable_bss_with_pk()
1272 const u8 *match_ssid, size_t match_ssid_len, in wpa_scan_res_ok() argument
1345 (match_ssid_len != ssid->ssid_len || in wpa_scan_res_ok()
1346 os_memcmp(match_ssid, ssid->ssid, match_ssid_len) != 0)) { in wpa_scan_res_ok()
1594 match_ssid_len)) { in wpa_scan_res_ok()
1647 size_t match_ssid_len; in wpa_scan_res_match() local
1699 match_ssid_len = bss->ssid_len; in wpa_scan_res_match()
1700 owe_trans_ssid(wpa_s, bss, &match_ssid, &match_ssid_len); in wpa_scan_res_match()
[all …]