Home
last modified time | relevance | path

Searched refs:IEEE80211_AUTH_AUTO (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h115 IEEE80211_AUTH_AUTO = 4, /* auto-select/accept */ enumerator
H A Dieee80211_sta.c1051 if (ni->ni_authmode != IEEE80211_AUTH_AUTO && in sta_auth_shared()
H A Dieee80211_ioctl.c2834 case IEEE80211_AUTH_AUTO: /* auto */ in ieee80211_ioctl_set80211()
2856 case IEEE80211_AUTH_AUTO: /* auto */ in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c466 ieee80211_authenticator_register(IEEE80211_AUTH_AUTO, &auth_internal); in ieee80211_auth_setup()
H A Dieee80211_hostap.c1020 if (ni->ni_authmode != IEEE80211_AUTH_AUTO && in hostap_auth_shared()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c555 IEEE80211_AUTH_AUTO); in bsd_set_ieee8021x()
1236 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg()
H A Ddriver_atheros.c395 IEEE80211_AUTH_AUTO) < 0) in atheros_set_ieee8021x()
1907 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode()
/freebsd/sbin/ifconfig/
H A Difieee80211.c4991 case IEEE80211_AUTH_AUTO: in ieee80211_status()