Searched refs:WEP_KEY_LEN (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 31 #define WEP_KEY_LEN 13 macro 32 u8 key[WEP_KEY_LEN + 1]; 89 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() 168 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() 233 if (len < 0 || len > WEP_KEY_LEN) in prism2_wep_set_key()
|
D | ieee80211_wx.c | 405 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in ieee80211_wx_set_encode()
|
D | ieee80211.h | 823 #define WEP_KEY_LEN 13 macro
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 26 #define WEP_KEY_LEN 13 macro 27 u8 key[WEP_KEY_LEN + 1]; 93 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() 173 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() 236 if (len < 0 || len > WEP_KEY_LEN) in prism2_wep_set_key()
|
D | rtllib_wx.c | 420 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in rtllib_wx_set_encode()
|
D | rtllib.h | 661 #define WEP_KEY_LEN 13 macro
|
/Linux-v4.19/net/wireless/ |
D | lib80211_crypt_wep.c | 34 #define WEP_KEY_LEN 13 macro 35 u8 key[WEP_KEY_LEN + 1]; 136 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() 187 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() 243 if (len < 0 || len > WEP_KEY_LEN) in lib80211_wep_set_key()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | ieee80211.h | 487 #define WEP_KEY_LEN 13 macro 496 u8 keys[WEP_KEYS][WEP_KEY_LEN];
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 629 #define WEP_KEY_LEN 13 macro 641 u8 keys[WEP_KEYS][WEP_KEY_LEN];
|
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap_main.c | 334 char keybuf[WEP_KEY_LEN + 1]; in hostap_set_encryption() 392 keylen = WEP_KEY_LEN + 1; /* first 13 octets */ in hostap_set_encryption()
|
D | hostap_wlan.h | 768 #define WEP_KEY_LEN 13 macro
|
D | hostap_ap.c | 1218 u8 key[WEP_KEY_LEN]; in ap_crypt_init() 1219 get_random_bytes(key, WEP_KEY_LEN); in ap_crypt_init() 1220 ap->crypt->set_key(key, WEP_KEY_LEN, NULL, in ap_crypt_init()
|
D | hostap_ioctl.c | 267 len = crypt->ops->get_key(key, WEP_KEY_LEN, NULL, crypt->priv); in prism2_ioctl_giwencode()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 440 #define WEP_KEY_LEN 13 macro
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw.h | 306 #define WEP_KEY_LEN 13 macro
|
D | libipw_wx.c | 431 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in libipw_wx_set_encode()
|
D | ipw2100.c | 5532 memset(priv->ieee->sec.keys[i], 0, WEP_KEY_LEN); in ipw2100_configure_security()
|