HomeSort by: relevance | last modified time | path
    Searched refs:ieee80211_cipher (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto.h 52 struct ieee80211_cipher;
88 const struct ieee80211_cipher *wk_cipher;
157 struct ieee80211_cipher { struct
172 extern const struct ieee80211_cipher ieee80211_cipher_none;
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
    [all...]
ieee80211_crypto.c 72 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
202 ieee80211_crypto_register(const struct ieee80211_cipher *cip)
221 ieee80211_crypto_unregister(const struct ieee80211_cipher *cip)
271 const struct ieee80211_cipher *cip;
498 const struct ieee80211_cipher *cip = key->wk_cipher;
544 const struct ieee80211_cipher *cip;
605 const struct ieee80211_cipher *cip;
ieee80211_crypto_none.c 65 const struct ieee80211_cipher ieee80211_cipher_none = {
ieee80211_crypto_ccmp.c 82 const struct ieee80211_cipher ieee80211_cipher_ccmp = {
ieee80211_crypto_wep.c 68 const struct ieee80211_cipher ieee80211_cipher_wep = {
ieee80211_crypto_tkip.c 72 const struct ieee80211_cipher ieee80211_cipher_tkip = {
ieee80211_ioctl.c 879 const struct ieee80211_cipher *cip;
  /src/sys/dev/ic/
ath.c 1615 const struct ieee80211_cipher *cip = k->wk_cipher;
1863 const struct ieee80211_cipher *cip = k->wk_cipher;
3644 const struct ieee80211_cipher *cip;
rtw.c 86 static struct ieee80211_cipher rtw_cipher_wep;

Completed in 23 milliseconds