Lines Matching defs:ciphers
56 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
144 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none;
147 * Default set of net80211 supported ciphers.
187 * Set the supported ciphers for software encryption.
197 * Set the supported ciphers for hardware encryption.
268 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
273 ciphers[cip->ic_cipher] = cip;
287 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
294 ciphers[cip->ic_cipher] = NULL;
300 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL;
359 cip = ciphers[cipher];
374 * in the entry in the ciphers array.
376 cip = ciphers[cipher];