Searched refs:IEEE80211_F_PRIVACY (Results 1 – 15 of 15) sorted by relevance
814 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) in ieee80211_ioctl_get80211()902 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0; in ieee80211_ioctl_get80211()2772 vap->iv_flags &= ~IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2776 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2780 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2848 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2852 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY); in ieee80211_ioctl_set80211()2858 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2939 vap->iv_flags |= IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()2941 vap->iv_flags &= ~IEEE80211_F_PRIVACY; in ieee80211_ioctl_set80211()
691 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()868 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()1016 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_auth_shared()2235 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) { in hostap_recv_mgmt()
771 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_input()954 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_input()1048 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_auth_shared()
560 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
499 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()
633 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
740 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
1516 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in ieee80211_encap()2667 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_getcapinfo()2840 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()
3897 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()3898 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()
1956 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()