Searched refs:ieee80211_crypto_ops (Results 1 – 7 of 7) sorted by relevance
28 struct ieee80211_crypto_ops { struct77 struct ieee80211_crypto_ops *ops; argument82 int ieee80211_register_crypto_ops(struct ieee80211_crypto_ops *ops);83 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops);84 struct ieee80211_crypto_ops *ieee80211_get_crypto_ops(const char *name);
28 struct ieee80211_crypto_ops *ops;103 int ieee80211_register_crypto_ops(struct ieee80211_crypto_ops *ops) in ieee80211_register_crypto_ops()127 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops) in ieee80211_unregister_crypto_ops()158 struct ieee80211_crypto_ops *ieee80211_get_crypto_ops(const char *name) in ieee80211_get_crypto_ops()187 static struct ieee80211_crypto_ops ieee80211_crypt_null = {
266 static struct ieee80211_crypto_ops ieee80211_crypt_wep = {
429 static struct ieee80211_crypto_ops ieee80211_crypt_ccmp = {
755 static struct ieee80211_crypto_ops ieee80211_crypt_tkip = {
516 struct ieee80211_crypto_ops *ops; in ieee80211_wx_set_encode_ext()
2797 struct ieee80211_crypto_ops *ops = NULL; in ieee80211_wpa_set_encryption()