Home
last modified time | relevance | path

Searched refs:IEEE80211_AUTH_WPA (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_xauth.c79 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
H A D_ieee80211.h119 IEEE80211_AUTH_WPA = 5, /* WPA/RSN w/ 802.1x/PSK */ enumerator
H A Dieee80211_ioctl.c840 ireq->i_val = IEEE80211_AUTH_WPA; in ieee80211_ioctl_get80211()
2829 case IEEE80211_AUTH_WPA: in ieee80211_ioctl_set80211()
2842 case IEEE80211_AUTH_WPA: /* WPA w/ 802.1x */ in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c440 #define IEEE80211_AUTH_MAX (IEEE80211_AUTH_WPA+1)
/f-stack/tools/ifconfig/
H A Difieee80211.c869 mode = IEEE80211_AUTH_WPA; in set80211authmode()
4935 case IEEE80211_AUTH_WPA: in ieee80211_status()