Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_proto.c438 #define IEEE80211_AUTH_MAX (IEEE80211_AUTH_WPA+1) macro
440 static const char *auth_modnames[IEEE80211_AUTH_MAX] = {
448 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
473 if (auth >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_get()
484 if (type >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_register()
493 if (type >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_unregister()