Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_ioctl.c814 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()
HDieee80211_hostap.c691 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()
HDieee80211_sta.c771 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()
HDieee80211_wds.c560 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
HDieee80211_adhoc.c499 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in adhoc_input()
HDieee80211_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()
HDieee80211_var.h633 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
HDieee80211_superg.c740 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
HDieee80211_output.c1516 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()
HDieee80211_scan_sta.c1106 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in match_bss()
/freebsd-14-stable/sys/dev/iwi/
HDif_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-14-stable/sys/dev/ipw/
HDif_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-14-stable/sys/dev/mwl/
HDif_mwl.c3897 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()
3898 IEEE80211_F_PRIVACY && in mwl_setanywepkey()
/freebsd-14-stable/sys/dev/ath/
HDif_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-14-stable/sys/dev/usb/wlan/
HDif_rsu.c1956 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()