Searched refs:IEEE80211_F_PRIVACY (Results 1 – 17 of 17) sorted by relevance
811 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) in ieee80211_ioctl_get80211()899 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0; in ieee80211_ioctl_get80211()2767 vap->iv_flags &= ~IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2771 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2775 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2843 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2847 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY); in ieee80211_ioctl_set80211()2853 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2934 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2936 vap->iv_flags &= ~IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()
687 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()864 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()1012 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_auth_shared()2221 (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()
560 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
355 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_create_ibss()497 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in check_bss()539 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in check_bss_debug()
499 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in adhoc_input()
742 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
619 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
1505 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in ieee80211_encap()2599 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_getcapinfo()2774 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_send_mgmt()
1108 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in match_bss()
1701 val = (vap->iv_flags & IEEE80211_F_PRIVACY) ? 1 : 0; in wi_write_wep()1705 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) in wi_write_wep()1724 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in wi_write_wep()
2525 if (vap->iv_flags & IEEE80211_F_PRIVACY && in ndis_auth_and_assoc()2876 vap->iv_flags |= IEEE80211_F_PRIVACY|IEEE80211_F_DROPUNENC; in ndis_getstate_80211()2878 vap->iv_flags &= ~(IEEE80211_F_PRIVACY|IEEE80211_F_DROPUNENC); in ndis_getstate_80211()
1907 if (vap->iv_flags & IEEE80211_F_PRIVACY) in iwi_tx_start()2933 if ((vap->iv_flags & IEEE80211_F_PRIVACY) && in iwi_auth_and_assoc()2961 if (vap->iv_flags & IEEE80211_F_PRIVACY) in iwi_auth_and_assoc()
2200 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in ipw_assoc()2216 data = htole32((vap->iv_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0); in ipw_assoc()
3903 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()3904 IEEE80211_F_PRIVACY && in mwl_setanywepkey()
5871 (vap->iv_flags & IEEE80211_F_PRIVACY)) { in ath_newstate()6261 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey && in ath_newassoc()
1959 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()