Searched refs:IEEE80211_CAP_PRIVACY (Results 1 – 6 of 6) sorted by relevance
31 #define IEEE80211_CAP_PRIVACY 0x0010 macro
1180 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 && in wpa_scan_result_compar()1181 (wb->caps & IEEE80211_CAP_PRIVACY)) in wpa_scan_result_compar()1183 if ((wa->caps & IEEE80211_CAP_PRIVACY) && in wpa_scan_result_compar()1184 (wb->caps & IEEE80211_CAP_PRIVACY) == 0) in wpa_scan_result_compar()1375 results[ap_num].caps |= IEEE80211_CAP_PRIVACY; in wpa_driver_wext_get_scan_results()
255 if (bss->caps & IEEE80211_CAP_PRIVACY) in wpa_supplicant_match_privacy()
356 res->caps |= IEEE80211_CAP_PRIVACY; in wpa_driver_test_scanresp()
571 res->caps & IEEE80211_CAP_PRIVACY) { in wpa_supplicant_ctrl_iface_scan_results()
801 results[i].caps |= IEEE80211_CAP_PRIVACY; in wpa_driver_ndis_get_scan_results()