Home
last modified time | relevance | path

Searched refs:ieee80211_cipher_none (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_crypto.h109 #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()
H A Dieee80211_crypto.c174 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()
H A Dieee80211_crypto_none.c65 const struct ieee80211_cipher ieee80211_cipher_none = { variable
/netbsd-src/sys/dev/ic/
H A Dath.c3681 } else if (ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) { in ath_tx_start()