Home
last modified time | relevance | path

Searched refs:IEEE80211_AUTH_8021X (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan_xauth/
H A Dieee80211_xauth.c77 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);
/dragonfly/sys/netproto/802_11/
H A D_ieee80211.h116 IEEE80211_AUTH_8021X = 3, /* 802.1x */ enumerator
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_wds.c213 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in ieee80211_create_wds()
H A Dieee80211_adhoc.c242 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in adhoc_newstate()
H A Dieee80211_ioctl.c1496 if (ni->ni_authmode != IEEE80211_AUTH_8021X && in setmlme_common()
2740 case IEEE80211_AUTH_8021X: /* 802.1x */ in ieee80211_ioctl_set80211()
2754 ireq->i_val = IEEE80211_AUTH_8021X; in ieee80211_ioctl_set80211()
2760 case IEEE80211_AUTH_8021X: /* 802.1x */ in ieee80211_ioctl_set80211()
H A Dieee80211_superg.c194 bss->ni_authmode != IEEE80211_AUTH_8021X) ? in ieee80211_add_athcaps()
H A Dieee80211_sta.c446 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in sta_newstate()
H A Dieee80211_output.c2571 ni->ni_authmode != IEEE80211_AUTH_8021X) ?
2652 ni->ni_authmode != IEEE80211_AUTH_8021X) ?
H A Dieee80211_hostap.c987 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in hostap_auth_open()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c538 (params->wpa ? IEEE80211_AUTH_WPA : IEEE80211_AUTH_8021X))) { in bsd_set_ieee8021x()
H A Ddriver_atheros.c416 (params->wpa ? IEEE80211_AUTH_WPA : IEEE80211_AUTH_8021X))) { in atheros_set_ieee8021x()
/dragonfly/sbin/ifconfig/
H A Difieee80211.c807 mode = IEEE80211_AUTH_8021X; in set80211authmode()
4574 case IEEE80211_AUTH_8021X: in ieee80211_status()