Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.c300 struct wpa_bss *target_bss) in wpa_scan_res_match() argument
302 if (current_bss->ssid_len != target_bss->ssid_len) { in wpa_scan_res_match()
306 if (os_memcmp(current_bss->ssid, target_bss->ssid, current_bss->ssid_len) != 0) { in wpa_scan_res_match()
312 …if ((current_bss->caps & WLAN_CAPABILITY_PRIVACY) != (target_bss->caps & WLAN_CAPABILITY_PRIVACY))… in wpa_scan_res_match()