Home
last modified time | relevance | path

Searched refs:IEEE80211_F_WPA (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_hostap.c269 if (vap->iv_flags & IEEE80211_F_WPA) { in hostap_newstate()
1573 switch (vap->iv_flags & IEEE80211_F_WPA) { in wpa_assocreq()
2121 if ((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2213 (((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2215 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) { in hostap_recv_mgmt()
H A Dieee80211_ioctl.c839 if (vap->iv_flags & IEEE80211_F_WPA) in ieee80211_ioctl_get80211()
877 switch (vap->iv_flags & IEEE80211_F_WPA) { in ieee80211_ioctl_get80211()
2847 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY); in ieee80211_ioctl_set80211()
2851 vap->iv_flags &= ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
2856 vap->iv_flags &= ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
2957 if ((vap->iv_flags & IEEE80211_F_WPA) == 0) in ieee80211_ioctl_set80211()
2968 flags = vap->iv_flags & ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
H A Dieee80211_adhoc.c217 if (vap->iv_flags & IEEE80211_F_WPA) { in adhoc_newstate()
H A Dieee80211_var.h640 #define IEEE80211_F_WPA 0x01800000 /* CONF: WPA/WPA2 enabled */ macro
H A Dieee80211_superg.c207 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_add_athcaps()
H A Dieee80211_output.c1896 ((vap->iv_flags & IEEE80211_F_WPA) && in ieee80211_encap()
2848 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_send_mgmt()
2938 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_send_mgmt()
H A Dieee80211_sta.c407 if (vap->iv_flags & IEEE80211_F_WPA) { in sta_newstate()