Home
last modified time | relevance | path

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

/titanic_44/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)
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_none.c53 const struct ieee80211_cipher ieee80211_cipher_none = { variable
H A Dnet80211_crypto.c109 k->wk_cipher = &ieee80211_cipher_none; in ieee80211_crypto_resetkey()
434 if (k->wk_cipher == &ieee80211_cipher_none || in ieee80211_crypto_decap()