Searched refs:IEEE80211_F_PRIVACY (Results 1 – 15 of 15) sorted by relevance
810 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) in ieee80211_ioctl_get80211()898 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0; in ieee80211_ioctl_get80211()2768 vap->iv_flags &= ~IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2772 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2776 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2844 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2848 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY); in ieee80211_ioctl_set80211()2854 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2935 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2937 vap->iv_flags &= ~IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()
683 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()860 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()1008 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_auth_shared()2264 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) { in hostap_recv_mgmt()
763 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_input()946 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_input()1040 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_auth_shared()
555 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
493 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in adhoc_input()
374 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_create_ibss()519 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in check_bss()561 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in check_bss_debug()
631 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
741 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
1515 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in ieee80211_encap()2672 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_getcapinfo()2845 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_send_mgmt()
1106 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in match_bss()
1903 if (vap->iv_flags & IEEE80211_F_PRIVACY) in iwi_tx_start()2929 if ((vap->iv_flags & IEEE80211_F_PRIVACY) && in iwi_auth_and_assoc()2957 if (vap->iv_flags & IEEE80211_F_PRIVACY) in iwi_auth_and_assoc()
2197 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in ipw_assoc()2213 data = htole32((vap->iv_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0); in ipw_assoc()
3893 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()3894 IEEE80211_F_PRIVACY && in mwl_setanywepkey()
5923 (vap->iv_flags & IEEE80211_F_PRIVACY)) { in ath_newstate()6321 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey && in ath_newassoc()
1957 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()