Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h168 extern const struct ieee80211_cipher ieee80211_cipher_none;
213 ((k).wk_cipher == &ieee80211_cipher_none)
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_none.c51 const struct ieee80211_cipher ieee80211_cipher_none = { variable
H A Dnet80211_crypto.c107 k->wk_cipher = &ieee80211_cipher_none; in ieee80211_crypto_resetkey()
432 if (k->wk_cipher == &ieee80211_cipher_none || in ieee80211_crypto_decap()