Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_proto.c450 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX]; variable
477 if (authenticators[auth] == NULL) in ieee80211_authenticator_get()
479 return authenticators[auth]; in ieee80211_authenticator_get()
488 authenticators[type] = auth; in ieee80211_authenticator_register()
497 authenticators[type] = NULL; in ieee80211_authenticator_unregister()