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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_crypto.c56 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
196 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
215 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
233 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL;
237 static const char *cipher_modnames[IEEE80211_CIPHER_MAX] = {
279 if (cipher >= IEEE80211_CIPHER_MAX) {
H A Dieee80211_crypto.h132 #define IEEE80211_CIPHER_MAX (IEEE80211_CIPHER_NONE+1) macro

Completed in 49 milliseconds