Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dlib80211.h45 struct lib80211_crypto_ops { struct
96 struct lib80211_crypto_ops *ops; argument
117 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
118 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
119 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name);
/linux-2.6.39/net/wireless/
Dlib80211.c38 struct lib80211_crypto_ops *ops;
193 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops()
215 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_unregister_crypto_ops()
238 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name) in lib80211_get_crypto_ops()
266 static struct lib80211_crypto_ops lib80211_crypt_null = {
Dlib80211_crypt_wep.c268 static struct lib80211_crypto_ops lib80211_crypt_wep = {
Dlib80211_crypt_ccmp.c466 static struct lib80211_crypto_ops lib80211_crypt_ccmp = {
Dlib80211_crypt_tkip.c754 static struct lib80211_crypto_ops lib80211_crypt_tkip = {
/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_ap.h212 struct lib80211_crypto_ops *crypt;
Dhostap_ioctl.c3206 struct lib80211_crypto_ops *ops; in prism2_ioctl_siwencodeext()
3448 struct lib80211_crypto_ops *ops; in prism2_ioctl_set_encryption()
/linux-2.6.39/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c542 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()