Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_xauth.c67 static const struct ieee80211_authenticator xauth = {
HDieee80211_proto.h214 struct ieee80211_authenticator { struct
222 const struct ieee80211_authenticator *); argument
224 const struct ieee80211_authenticator *ieee80211_authenticator_get(int auth);
HDieee80211_proto.c448 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
450 static const struct ieee80211_authenticator auth_internal = {
470 const struct ieee80211_authenticator *
482 const struct ieee80211_authenticator *auth) in ieee80211_authenticator_register()
HDieee80211_var.h527 const struct ieee80211_authenticator *iv_auth; /* authenticator glue */
HDieee80211_ioctl.c2746 const struct ieee80211_authenticator *auth; in ieee80211_ioctl_set80211()