Searched defs:ieee80211_crypt_tkip (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
H A DMakefile19 ieee80211_crypt_tkip-rsl-objs := ieee80211_crypt_tkip.o
26 obj-m +=ieee80211_crypt_tkip-rsl.o
H A Dieee80211_crypt_tkip.c77 printk(KERN_DEBUG "ieee80211_crypt_tkip: could not allocate "
86 printk(KERN_DEBUG "ieee80211_crypt_tkip: could not allocate "
95 printk(KERN_DEBUG "ieee80211_crypt_tkip: could not allocate "
104 printk(KERN_DEBUG "ieee80211_crypt_tkip: could not allocate "
748 static struct ieee80211_crypto_ops ieee80211_crypt_tkip = { variable in typeref:struct:ieee80211_crypto_ops
766 return ieee80211_register_crypto_ops(&ieee80211_crypt_tkip);
771 ieee80211_unregister_crypto_ops(&ieee80211_crypt_tkip);

Completed in 225 milliseconds