Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A 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()
H A Dieee80211_hostap.c687 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()
858 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_input()
1006 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in hostap_auth_shared()
2215 (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()
940 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_input()
1034 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in sta_auth_shared()
H A Dieee80211_wds.c562 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in wds_input()
H A 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()
H A Dieee80211_adhoc.c499 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) { in adhoc_input()
H A Dieee80211_var.h621 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
H A Dieee80211_superg.c742 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ff_approx_txtime()
H A Dieee80211_output.c1504 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in ieee80211_encap()
2598 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_getcapinfo()
2772 if (vap->iv_flags & IEEE80211_F_PRIVACY) in ieee80211_send_mgmt()
H A Dieee80211_scan_sta.c1108 if (vap->iv_flags & IEEE80211_F_PRIVACY) { in match_bss()