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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_proto.c286 #define IEEE80211_AUTH_MAX (IEEE80211_AUTH_WPA+1) macro
288 static const char *auth_modnames[IEEE80211_AUTH_MAX] = {
296 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
321 if (auth >= IEEE80211_AUTH_MAX)
332 if (type >= IEEE80211_AUTH_MAX)
341 if (type >= IEEE80211_AUTH_MAX)

Completed in 49 milliseconds