Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_xauth.c69 static const struct ieee80211_authenticator xauth = {
H A Dieee80211_proto.h214 struct ieee80211_authenticator { struct
222 const struct ieee80211_authenticator *); argument
224 const struct ieee80211_authenticator *ieee80211_authenticator_get(int auth);
H A Dieee80211_proto.c450 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
452 static const struct ieee80211_authenticator auth_internal = {
472 const struct ieee80211_authenticator *
484 const struct ieee80211_authenticator *auth) in ieee80211_authenticator_register()
H A Dieee80211_var.h518 const struct ieee80211_authenticator *iv_auth; /* authenticator glue */
H A Dieee80211_ioctl.c2741 const struct ieee80211_authenticator *auth; in ieee80211_ioctl_set80211()