Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c266 if (vap->iv_flags & IEEE80211_F_WPA) { in hostap_newstate()
1594 switch (vap->iv_flags & IEEE80211_F_WPA) { in wpa_assocreq()
2142 if ((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2234 (((vap->iv_flags & IEEE80211_F_WPA) && in hostap_recv_mgmt()
2236 (vap->iv_flags & (IEEE80211_F_WPA|IEEE80211_F_PRIVACY)) == IEEE80211_F_PRIVACY)) { in hostap_recv_mgmt()
H A Dieee80211_ioctl.c843 if (vap->iv_flags & IEEE80211_F_WPA) in ieee80211_ioctl_get80211()
881 switch (vap->iv_flags & IEEE80211_F_WPA) { in ieee80211_ioctl_get80211()
2870 vap->iv_flags &= ~(IEEE80211_F_WPA|IEEE80211_F_PRIVACY); in ieee80211_ioctl_set80211()
2874 vap->iv_flags &= ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
2879 vap->iv_flags &= ~IEEE80211_F_WPA; in ieee80211_ioctl_set80211()
2980 if ((vap->iv_flags & IEEE80211_F_WPA) == 0) in ieee80211_ioctl_set80211()
2991 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_superg.c205 ((vap->iv_flags & IEEE80211_F_WPA) == 0 && in ieee80211_add_athcaps()
H A Dieee80211_var.h652 #define IEEE80211_F_WPA 0x01800000 /* CONF: WPA/WPA2 enabled */ macro
H A Dieee80211_output.c1911 ((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.c403 if (vap->iv_flags & IEEE80211_F_WPA) { in sta_newstate()
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2951 if (vap->iv_flags & IEEE80211_F_WPA) in iwi_auth_and_assoc()
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3900 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()