Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_proto.c440 #define IEEE80211_AUTH_MAX (IEEE80211_AUTH_WPA+1) macro
442 static const char *auth_modnames[IEEE80211_AUTH_MAX] = {
450 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
475 if (auth >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_get()
486 if (type >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_register()
495 if (type >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_unregister()