Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_xauth.c78 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);
H A D_ieee80211.h116 IEEE80211_AUTH_8021X = 3, /* 802.1x */ enumerator
H A Dieee80211_wds.c215 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in ieee80211_create_wds()
H A Dieee80211_adhoc.c258 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in adhoc_newstate()
H A Dieee80211_ioctl.c1510 if (ni->ni_authmode != IEEE80211_AUTH_8021X && in setmlme_common()
2830 case IEEE80211_AUTH_8021X: /* 802.1x */ in ieee80211_ioctl_set80211()
2844 ireq->i_val = IEEE80211_AUTH_8021X; in ieee80211_ioctl_set80211()
2850 case IEEE80211_AUTH_8021X: /* 802.1x */ in ieee80211_ioctl_set80211()
H A Dieee80211_superg.c208 bss->ni_authmode != IEEE80211_AUTH_8021X) ? in ieee80211_add_athcaps()
H A Dieee80211_sta.c448 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in sta_newstate()
H A Dieee80211_output.c2849 ni->ni_authmode != IEEE80211_AUTH_8021X) ? in ieee80211_send_mgmt()
2939 ni->ni_authmode != IEEE80211_AUTH_8021X) ? in ieee80211_send_mgmt()
H A Dieee80211_hostap.c982 if (ni->ni_authmode != IEEE80211_AUTH_8021X) in hostap_auth_open()
/f-stack/tools/ifconfig/
H A Difieee80211.c867 mode = IEEE80211_AUTH_8021X; in set80211authmode()
4932 case IEEE80211_AUTH_8021X: in ieee80211_status()