Home
last modified time | relevance | path

Searched refs:ieee80211_unregister_crypto_ops (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h79 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops);
Dieee80211_crypt.c126 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops) in ieee80211_unregister_crypto_ops() function
Dieee80211_crypt_wep.c291 ieee80211_unregister_crypto_ops(&ieee80211_crypt_wep); in ieee80211_crypto_wep_exit()
Dieee80211_crypt_ccmp.c473 ieee80211_unregister_crypto_ops(&ieee80211_crypt_ccmp); in ieee80211_crypto_ccmp_exit()
Dieee80211_crypt_tkip.c770 ieee80211_unregister_crypto_ops(&ieee80211_crypt_tkip); in ieee80211_crypto_tkip_exit()
Dieee80211.h296 #define ieee80211_unregister_crypto_ops ieee80211_unregister_crypto_ops_rsl macro