HomeSort by: relevance | last modified time | path
    Searched defs:ieee80211_cipher (Results 1 - 2 of 2) 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.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...]

Completed in 24 milliseconds