Searched refs:WEP_KEY_LEN (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 27 #define WEP_KEY_LEN 13 macro 28 u8 key[WEP_KEY_LEN + 1]; 70 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() 137 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() 189 if (len < 0 || len > WEP_KEY_LEN) in prism2_wep_set_key()
|
D | ieee80211_wx.c | 386 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in ieee80211_wx_set_encode()
|
D | ieee80211.h | 819 #define WEP_KEY_LEN 13 macro
|
/linux-6.1.9/net/wireless/ |
D | lib80211_crypt_wep.c | 31 #define WEP_KEY_LEN 13 macro 32 u8 key[WEP_KEY_LEN + 1]; 110 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() 155 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() 202 if (len < 0 || len > WEP_KEY_LEN) in lib80211_wep_set_key()
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 22 #define WEP_KEY_LEN 13 macro 23 u8 key[WEP_KEY_LEN + 1]; 65 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() 135 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() 188 if (len < 0 || len > WEP_KEY_LEN) in prism2_wep_set_key()
|
D | rtllib_wx.c | 393 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in rtllib_wx_set_encode()
|
D | rtllib.h | 656 #define WEP_KEY_LEN 13 macro
|
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap_main.c | 330 char keybuf[WEP_KEY_LEN + 1]; in hostap_set_encryption() 388 keylen = WEP_KEY_LEN + 1; /* first 13 octets */ in hostap_set_encryption()
|
D | hostap_wlan.h | 770 #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 | 256 len = crypt->ops->get_key(key, WEP_KEY_LEN, NULL, crypt->priv); in prism2_ioctl_giwencode()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 478 #define WEP_KEY_LEN 13 macro
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 427 #define WEP_KEY_LEN 13 macro
|
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/ |
D | libipw.h | 301 #define WEP_KEY_LEN 13 macro
|
D | libipw_wx.c | 417 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in libipw_wx_set_encode()
|
D | ipw2100.c | 5516 memset(priv->ieee->sec.keys[i], 0, WEP_KEY_LEN); in ipw2100_configure_security()
|