Home
last modified time | relevance | path

Searched refs:IEEE80211_F_PRIVACY (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ioctl.c810 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()
H A Dieee80211_hostap.c683 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()
H A Dieee80211_sta.c763 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()
H A Dieee80211_wds.c555 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
H A Dieee80211_adhoc.c493 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in adhoc_input()
H A Dieee80211_node.c374 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()
H A Dieee80211_var.h631 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
H A Dieee80211_superg.c741 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
H A Dieee80211_output.c1515 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()
H A Dieee80211_scan_sta.c1106 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in match_bss()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1903 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()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c2197 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()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c3893 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()
3894 IEEE80211_F_PRIVACY && in mwl_setanywepkey()
/freebsd/sys/dev/ath/
H A Dif_ath.c5923 (vap->iv_flags & IEEE80211_F_PRIVACY)) { in ath_newstate()
6321 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey && in ath_newassoc()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c1957 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()