Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/rtl8192e/
Drtllib_crypt.h27 int rtllib_register_crypto_ops(struct lib80211_crypto_ops *ops);
28 int rtllib_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
29 struct lib80211_crypto_ops *rtllib_get_crypto_ops(const char *name);
Drtllib_crypt.c24 struct lib80211_crypto_ops *ops;
103 int rtllib_register_crypto_ops(struct lib80211_crypto_ops *ops) in rtllib_register_crypto_ops()
128 int rtllib_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in rtllib_unregister_crypto_ops()
160 struct lib80211_crypto_ops *rtllib_get_crypto_ops(const char *name) in rtllib_get_crypto_ops()
191 static struct lib80211_crypto_ops rtllib_crypt_null = {
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.c747 static struct lib80211_crypto_ops rtllib_crypt_tkip = {
Drtllib_wx.c535 struct lib80211_crypto_ops *ops; in rtllib_wx_set_encode_ext()
Drtllib_softmac.c3359 struct lib80211_crypto_ops *ops; in rtllib_wpa_set_encryption()
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c528 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()