Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_proto.c435 #define IEEE80211_AUTH_MAX (IEEE80211_AUTH_WPA+1) macro
437 static const char *auth_modnames[IEEE80211_AUTH_MAX] = {
445 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
470 if (auth >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_get()
481 if (type >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_register()
490 if (type >= IEEE80211_AUTH_MAX) in ieee80211_authenticator_unregister()