Home
last modified time | relevance | path

Searched refs:lib80211_crypto_ops (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/net/
Dlib80211.h43 struct lib80211_crypto_ops { struct
94 struct lib80211_crypto_ops *ops; argument
115 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
116 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
117 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name);
/linux-4.4.14/net/wireless/
Dlib80211.c38 struct lib80211_crypto_ops *ops;
164 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops()
186 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_unregister_crypto_ops()
209 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name) in lib80211_get_crypto_ops()
237 static struct lib80211_crypto_ops lib80211_crypt_null = {
Dlib80211_crypt_wep.c262 static struct lib80211_crypto_ops lib80211_crypt_wep = {
Dlib80211_crypt_ccmp.c452 static struct lib80211_crypto_ops lib80211_crypt_ccmp = {
Dlib80211_crypt_tkip.c732 static struct lib80211_crypto_ops lib80211_crypt_tkip = {
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ap.h212 struct lib80211_crypto_ops *crypt;
Dhostap_ioctl.c3208 struct lib80211_crypto_ops *ops; in prism2_ioctl_siwencodeext()
3448 struct lib80211_crypto_ops *ops; in prism2_ioctl_set_encryption()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c258 static struct lib80211_crypto_ops rtllib_crypt_wep = {
Drtllib_crypt_ccmp.c426 static struct lib80211_crypto_ops rtllib_crypt_ccmp = {
Drtllib_crypt_tkip.c744 static struct lib80211_crypto_ops rtllib_crypt_tkip = {
Drtllib_wx.c534 struct lib80211_crypto_ops *ops; in rtllib_wx_set_encode_ext()
Drtllib_softmac.c3260 struct lib80211_crypto_ops *ops; in rtllib_wpa_set_encryption()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c528 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()