Home
last modified time | relevance | path

Searched refs:ieee80211_cipher (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_crypto.h52 struct ieee80211_cipher;
88 const struct ieee80211_cipher *wk_cipher;
157 struct ieee80211_cipher { struct
172 extern const struct ieee80211_cipher ieee80211_cipher_none; argument
173 extern const struct ieee80211_cipher ieee80211_cipher_wep;
174 extern const struct ieee80211_cipher ieee80211_cipher_tkip;
175 extern const struct ieee80211_cipher ieee80211_cipher_ccmp;
177 void ieee80211_crypto_register(const struct ieee80211_cipher *);
178 void ieee80211_crypto_unregister(const struct ieee80211_cipher *);
193 const struct ieee80211_cipher *cip = k->wk_cipher; in ieee80211_crypto_demic()
[all …]
H A Dieee80211_crypto.c72 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
202 ieee80211_crypto_register(const struct ieee80211_cipher *cip) in ieee80211_crypto_register()
221 ieee80211_crypto_unregister(const struct ieee80211_cipher *cip) in ieee80211_crypto_unregister()
271 const struct ieee80211_cipher *cip; in ieee80211_crypto_newkey()
498 const struct ieee80211_cipher *cip = key->wk_cipher; in ieee80211_crypto_setkey()
544 const struct ieee80211_cipher *cip; in ieee80211_crypto_encap()
605 const struct ieee80211_cipher *cip; in ieee80211_crypto_decap()
H A Dieee80211_crypto_none.c65 const struct ieee80211_cipher ieee80211_cipher_none = {
H A Dieee80211_crypto_ccmp.c82 const struct ieee80211_cipher ieee80211_cipher_ccmp = {
H A Dieee80211_crypto_wep.c68 const struct ieee80211_cipher ieee80211_cipher_wep = {
H A Dieee80211_crypto_tkip.c72 const struct ieee80211_cipher ieee80211_cipher_tkip = {
H A Dieee80211_ioctl.c879 const struct ieee80211_cipher *cip; in ieee80211_ioctl_getkey()
/netbsd-src/sys/dev/ic/
H A Dath.c1615 const struct ieee80211_cipher *cip = k->wk_cipher; in ath_keyset()
1863 const struct ieee80211_cipher *cip = k->wk_cipher; in ath_key_delete()
3644 const struct ieee80211_cipher *cip; in ath_tx_start()
H A Drtw.c86 static struct ieee80211_cipher rtw_cipher_wep;