Home
last modified time | relevance | path

Searched refs:lib80211_crypt_wep (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/wireless/
Dlib80211_crypt_wep.c229 static struct lib80211_crypto_ops lib80211_crypt_wep = { variable
247 return lib80211_register_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_init()
252 lib80211_unregister_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_exit()
DMakefile4 obj-$(CONFIG_LIB80211_CRYPT_WEP) += lib80211_crypt_wep.o