Searched refs:lib80211_register_crypto_ops (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dlib80211.h117 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211.c191 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) function
211 EXPORT_SYMBOL(lib80211_register_crypto_ops); variable
274 return lib80211_register_crypto_ops(&lib80211_crypt_null);
H A Dlib80211_crypt_wep.c286 return lib80211_register_crypto_ops(&lib80211_crypt_wep);
H A Dlib80211_crypt_ccmp.c484 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp);
H A Dlib80211_crypt_tkip.c777 return lib80211_register_crypto_ops(&lib80211_crypt_tkip);

Completed in 54 milliseconds