Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_xauth.c77 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
H A D_ieee80211.h117 IEEE80211_AUTH_WPA = 5, /* WPA/RSN w/ 802.1x/PSK */ enumerator
H A Dieee80211_ioctl.c839 ireq->i_val = IEEE80211_AUTH_WPA; in ieee80211_ioctl_get80211()
2830 case IEEE80211_AUTH_WPA: in ieee80211_ioctl_set80211()
2843 case IEEE80211_AUTH_WPA: /* WPA w/ 802.1x */ in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c438 #define IEEE80211_AUTH_MAX (IEEE80211_AUTH_WPA+1)
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c568 (params->wpa ? IEEE80211_AUTH_WPA : IEEE80211_AUTH_8021X))) { in bsd_set_ieee8021x()
H A Ddriver_atheros.c409 (params->wpa ? IEEE80211_AUTH_WPA : IEEE80211_AUTH_8021X))) { in atheros_set_ieee8021x()
/freebsd/sbin/ifconfig/
H A Difieee80211.c872 mode = IEEE80211_AUTH_WPA; in set80211authmode()
4968 case IEEE80211_AUTH_WPA: in ieee80211_status()