Searched refs:lib80211_crypt_ccmp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A DMakefile4 obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o
H A Dlib80211_crypt_ccmp.c80 printk(KERN_DEBUG "lib80211_crypt_ccmp: could not allocate "
466 static struct lib80211_crypto_ops lib80211_crypt_ccmp = { variable in typeref:struct:lib80211_crypto_ops
484 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp);
489 lib80211_unregister_crypto_ops(&lib80211_crypt_ccmp);

Completed in 53 milliseconds