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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_crypto.h187 extern const struct ieee80211_cipher ieee80211_cipher_none;
190 ((k)->wk_cipher == &ieee80211_cipher_none)
232 k->wk_cipher = &ieee80211_cipher_none;
H A Dieee80211_crypto_none.c56 const struct ieee80211_cipher ieee80211_cipher_none = { variable in typeref:struct:ieee80211_cipher
H A Dieee80211_crypto.c145 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none;
/freebsd-9.3-release/tools/regression/net80211/wep/
H A Dtest_wep.c201 key.wk_cipher = &ieee80211_cipher_none;
/freebsd-9.3-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c198 key.wk_cipher = &ieee80211_cipher_none;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c410 } else if (ni->ni_ucastkey.wk_cipher == &ieee80211_cipher_none) {
/freebsd-9.3-release/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c608 key.wk_cipher = &ieee80211_cipher_none;

Completed in 110 milliseconds