Searched refs:IEEE80211_CAP_PRIVACY (Results 1 – 9 of 9) sorted by relevance
2398 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 && in wpa_scan_result_compar()2399 (wb->caps & IEEE80211_CAP_PRIVACY)) in wpa_scan_result_compar()2401 if ((wa->caps & IEEE80211_CAP_PRIVACY) && in wpa_scan_result_compar()2402 (wb->caps & IEEE80211_CAP_PRIVACY) == 0) in wpa_scan_result_compar()
287 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0); in mesh_mpm_send_plink_action()
608 if (caps_diff & IEEE80211_CAP_PRIVACY) in wpa_bss_compare_res()
642 if (bss->caps & IEEE80211_CAP_PRIVACY) in wpa_supplicant_match_privacy()
3153 if (!ie && !ie2 && !osen_ie && (bss->caps & IEEE80211_CAP_PRIVACY)) { in wpa_supplicant_ctrl_iface_scan_result()5480 (bss->caps & IEEE80211_CAP_PRIVACY)) { in print_bss_info()
3542 if (!bss || (bss->caps & IEEE80211_CAP_PRIVACY)) in wpas_populate_assoc_ies()
322 #define IEEE80211_CAP_PRIVACY 0x0010 macro
1303 res->res.caps |= IEEE80211_CAP_PRIVACY; in wext_get_scan_encode()
5255 privacy = (res->caps & IEEE80211_CAP_PRIVACY) ? TRUE : FALSE; in wpas_dbus_getter_bss_privacy()