Searched refs:IEEE80211_CIPHER_MAX (Results 1 – 2 of 2) sorted by relevance
58 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];197 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_register()216 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_unregister()234 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL; in ieee80211_crypto_available()238 static const char *cipher_modnames[IEEE80211_CIPHER_MAX] = {280 if (cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_newkey()
143 #define IEEE80211_CIPHER_MAX (IEEE80211_CIPHER_NONE+1) macro