Home | History | Annotate | Download | only in net80211

Lines Matching refs:ciphers

72 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
174 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none;
209 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
214 ciphers[cip->ic_cipher] = cip;
228 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
235 ciphers[cip->ic_cipher] = NULL;
241 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL;
285 cip = ciphers[cipher];
302 * in the entry in the ciphers array.
304 cip = ciphers[cipher];