Searched refs:WEP_KEY_LEN (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A 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()
|
H A D | ieee80211_wx.c | 386 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in ieee80211_wx_set_encode()
|
H A D | ieee80211.h | 756 #define WEP_KEY_LEN 13 macro
|
/openbmc/linux/net/wireless/ |
H A 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()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 22 #define WEP_KEY_LEN 13 macro 23 u8 key[WEP_KEY_LEN + 1]; 63 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() 132 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() 184 if (len < 0 || len > WEP_KEY_LEN) in prism2_wep_set_key()
|
H A D | rtllib_wx.c | 383 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in rtllib_wx_set_encode()
|
H A D | rtllib.h | 612 #define WEP_KEY_LEN 13 macro
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A 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()
|
H A D | hostap_wlan.h | 770 #define WEP_KEY_LEN 13 macro
|
H A 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()
|
H A D | hostap_ioctl.c | 258 len = crypt->ops->get_key(key, WEP_KEY_LEN, NULL, crypt->priv); in prism2_ioctl_giwencode()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 429 #define WEP_KEY_LEN 13 macro
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw.h | 301 #define WEP_KEY_LEN 13 macro
|
H A D | libipw_wx.c | 417 len = (*crypt)->ops->get_key(sec.keys[key], WEP_KEY_LEN, in libipw_wx_set_encode()
|
H A D | ipw2100.c | 5505 memset(priv->ieee->sec.keys[i], 0, WEP_KEY_LEN); in ipw2100_configure_security()
|