Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hostap.c263 if (vap->iv_flags & IEEE80211_F_WPA) { in hostap_newstate()
1596 switch (vap->iv_flags & IEEE80211_F_WPA) { in wpa_assocreq()
2167 if ((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2262 (((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2264 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) { in hostap_recv_mgmt()
H A Dieee80211_ioctl.c838 if (vap->iv_flags & IEEE80211_F_WPA) in ieee80211_ioctl_get80211()
876 switch (vap->iv_flags & IEEE80211_F_WPA) { in ieee80211_ioctl_get80211()
2848 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY); in ieee80211_ioctl_set80211()
2852 vap->iv_flags &= ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
2857 vap->iv_flags &= ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
2958 if ((vap->iv_flags & IEEE80211_F_WPA) == 0) in ieee80211_ioctl_set80211()
2969 flags = vap->iv_flags & ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
H A Dieee80211_adhoc.c213 if (vap->iv_flags & IEEE80211_F_WPA) { in adhoc_newstate()
H A Dieee80211_var.h650 #define IEEE80211_F_WPA 0x01800000 /* CONF: WPA/WPA2 enabled */ macro
H A Dieee80211_superg.c205 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_add_athcaps()
H A Dieee80211_output.c1907 ((vap->iv_flags & IEEE80211_F_WPA) && in ieee80211_encap()
2921 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_send_mgmt()
3011 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_send_mgmt()
H A Dieee80211_sta.c401 if (vap->iv_flags & IEEE80211_F_WPA) { in sta_newstate()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c1940 if (vap->iv_flags & IEEE80211_F_WPA) { in rsu_join_bss()
1957 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA)) in rsu_join_bss()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2945 if (vap->iv_flags & IEEE80211_F_WPA) in iwi_auth_and_assoc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c3893 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()