HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_CIPHER_MAX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto.c 72 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
204 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
223 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
241 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL;
279 if (cipher >= IEEE80211_CIPHER_MAX) {
ieee80211_crypto.h 106 #define IEEE80211_CIPHER_MAX (IEEE80211_CIPHER_NONE+1)

Completed in 12 milliseconds