Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.h200 extern const struct ieee80211_cipher ieee80211_cipher_none;
203 ((k)->wk_cipher == &ieee80211_cipher_none)
241 k->wk_cipher = &ieee80211_cipher_none; in ieee80211_crypto_resetkey()
H A Dieee80211_crypto_none.c60 const struct ieee80211_cipher ieee80211_cipher_none = { variable
H A Dieee80211_crypto.c146 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none; in ieee80211_crypto_attach()