Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net80211/
Dieee80211_ioctl.c811 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()
Dieee80211_hostap.c687 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()
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()
Dieee80211_wds.c560 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
Dieee80211_node.c355 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()
Dieee80211_adhoc.c499 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in adhoc_input()
Dieee80211_superg.c742 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
Dieee80211_var.h619 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
Dieee80211_output.c1505 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()
Dieee80211_scan_sta.c1108 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in match_bss()
/freebsd-12-stable/sys/dev/wi/
Dif_wi.c1701 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()
/freebsd-12-stable/sys/dev/if_ndis/
Dif_ndis.c2525 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()
/freebsd-12-stable/sys/dev/iwi/
Dif_iwi.c1907 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()
/freebsd-12-stable/sys/dev/ipw/
Dif_ipw.c2200 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()
/freebsd-12-stable/sys/dev/mwl/
Dif_mwl.c3903 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()
3904 IEEE80211_F_PRIVACY && in mwl_setanywepkey()
/freebsd-12-stable/sys/dev/ath/
Dif_ath.c5871 (vap->iv_flags & IEEE80211_F_PRIVACY)) { in ath_newstate()
6261 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey && in ath_newassoc()
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_rsu.c1959 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()