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

/netbsd-6-1-5-RELEASE/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;
H A Dieee80211_crypto_none.c63 const struct ieee80211_cipher ieee80211_cipher_none = { variable in typeref:struct:ieee80211_cipher
H A Dieee80211_crypto.c174 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none;
547 ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) {
601 ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dath.c3635 } else if (ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) {

Completed in 91 milliseconds