Searched refs:lib80211_crypt_wep (Results 1 – 2 of 2) sorted by relevance
262 static struct lib80211_crypto_ops lib80211_crypt_wep = { variable280 return lib80211_register_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_init()285 lib80211_unregister_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_exit()
3 obj-$(CONFIG_LIB80211_CRYPT_WEP) += lib80211_crypt_wep.o