Searched refs:ieee80211_cipher_none (Results 1 – 4 of 4) sorted by relevance
109 #define IEEE80211_KEY_UNDEFINED(k) ((k).wk_cipher == &ieee80211_cipher_none)172 extern const struct ieee80211_cipher ieee80211_cipher_none;217 k->wk_cipher = &ieee80211_cipher_none; in ieee80211_crypto_resetkey()
174 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none; in ieee80211_crypto_attach()556 ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) { in ieee80211_crypto_encap()634 ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) { in ieee80211_crypto_decap()
65 const struct ieee80211_cipher ieee80211_cipher_none = { variable
3681 } else if (ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) { in ath_tx_start()