/Linux-v5.4/drivers/net/wireless/atmel/ |
D | at76c50x-usb.h | 129 #define WEP_KEYS (4) macro 288 u8 wep_default_keyvalue[WEP_KEYS][WEP_LARGE_KEY_LEN]; 395 u8 wep_keys[WEP_KEYS][WEP_LARGE_KEY_LEN]; /* WEP keys */ 396 u8 wep_keys_len[WEP_KEYS]; /* length of WEP keys */
|
D | at76c50x-usb.c | 989 for (i = 0; i < WEP_KEYS; i++) in at76_dump_mib_mac_wep() 2169 for (i = 0; i < WEP_KEYS; i++) { in at76_set_key()
|
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 313 if (key > WEP_KEYS) in libipw_wx_set_encode() 337 for (i = 0; i < WEP_KEYS; i++) { in libipw_wx_set_encode() 346 if (i == WEP_KEYS) { in libipw_wx_set_encode() 474 if (key > WEP_KEYS) in libipw_wx_get_encode() 521 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_set_encodeext() 546 for (i = 0; i < WEP_KEYS; i++) in libipw_wx_set_encodeext() 550 if (i == WEP_KEYS) { in libipw_wx_set_encodeext() 678 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_get_encodeext()
|
D | libipw.h | 301 #define WEP_KEYS 4 macro 309 u8 encode_alg[WEP_KEYS]; 310 u8 key_sizes[WEP_KEYS]; 311 u8 keys[WEP_KEYS][SCM_KEY_LEN];
|
D | ipw2100.c | 6833 range->max_encoding_tokens = WEP_KEYS; /* Max number of tokens */ in ipw2100_wx_get_range()
|
D | ipw2200.c | 8853 range->max_encoding_tokens = WEP_KEYS; in ipw_wx_get_range()
|
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 289 if (key > WEP_KEYS) in ieee80211_wx_set_encode() 312 for (i = 0; i < WEP_KEYS; i++) { in ieee80211_wx_set_encode() 321 if (i == WEP_KEYS) { in ieee80211_wx_set_encode() 461 if (key > WEP_KEYS) in ieee80211_wx_get_encode() 508 if (idx < 1 || idx > WEP_KEYS) in ieee80211_wx_set_encode_ext() 537 for (i = 0; i < WEP_KEYS; i++) in ieee80211_wx_set_encode_ext() 543 if (i == WEP_KEYS) { in ieee80211_wx_set_encode_ext() 670 if (idx < 1 || idx > WEP_KEYS) in ieee80211_wx_get_encode_ext()
|
D | ieee80211_module.c | 204 for (i = 0; i < WEP_KEYS; i++) { in free_ieee80211()
|
D | ieee80211.h | 818 #define WEP_KEYS 4 macro 830 u8 key_sizes[WEP_KEYS]; 831 u8 keys[WEP_KEYS][SCM_KEY_LEN]; 1716 struct ieee80211_crypt_data *crypt[WEP_KEYS];
|
D | ieee80211_softmac.c | 2812 if (param->u.crypt.idx >= WEP_KEYS) in ieee80211_wpa_set_encryption()
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | ieee80211.h | 475 #define WEP_KEYS 4 macro 484 u8 key_sizes[WEP_KEYS]; 485 u8 keys[WEP_KEYS][WEP_KEY_LEN];
|
D | rtl871x_ioctl_set.c | 337 if (keyid >= WEP_KEYS) in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 390 if (param->u.crypt.idx >= WEP_KEYS) { in wpa_set_encryption() 402 if (wep_key_idx >= WEP_KEYS) in wpa_set_encryption() 429 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption() 1520 if (key > WEP_KEYS) in r8711_wx_set_enc() 1611 if (key > WEP_KEYS) in r8711_wx_get_enc()
|
/Linux-v5.4/drivers/net/wireless/intersil/hostap/ |
D | hostap_proc.c | 31 for (i = 0; i < WEP_KEYS; i++) { in prism2_debug_proc_show() 184 for (i = 0; i < WEP_KEYS; i++) { in prism2_crypt_proc_show()
|
D | hostap_ioctl.c | 142 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_siwencode() 192 for (j = 0; j < WEP_KEYS; j++) { in prism2_ioctl_siwencode() 245 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_giwencode() 1033 range->max_encoding_tokens = WEP_KEYS; in prism2_ioctl_giwrange() 3212 if (i > WEP_KEYS) in prism2_ioctl_siwencodeext() 3214 if (i < 1 || i > WEP_KEYS) in prism2_ioctl_siwencodeext() 3218 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_siwencodeext() 3338 for (j = 0; j < WEP_KEYS; j++) { in prism2_ioctl_siwencodeext() 3388 if (i < 1 || i > WEP_KEYS) in prism2_ioctl_giwencodeext() 3458 if (param->u.crypt.idx >= WEP_KEYS) in prism2_ioctl_set_encryption() [all …]
|
D | hostap_main.c | 387 if (idx >= 0 && idx < WEP_KEYS && len > 5) in hostap_set_encryption() 390 for (i = 0; i < WEP_KEYS; i++) { in hostap_set_encryption()
|
D | hostap_wlan.h | 767 #define WEP_KEYS 4 macro
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 628 #define WEP_KEYS 4 macro 640 u8 key_sizes[WEP_KEYS]; 641 u8 keys[WEP_KEYS][WEP_KEY_LEN];
|
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 364 if (param->u.crypt.idx >= WEP_KEYS) { in wpa_set_encryption() 387 if (wep_key_idx > WEP_KEYS) in wpa_set_encryption() 420 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption() 1603 if (key > WEP_KEYS) in rtw_wx_set_enc() 1705 if (key > WEP_KEYS) in rtw_wx_get_enc() 2208 if (param->u.crypt.idx >= WEP_KEYS) { in rtw_set_encryption() 2231 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) { in rtw_set_encryption()
|
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 610 if (param->u.crypt.idx >= WEP_KEYS) in rtw_cfg80211_ap_set_encryption() 646 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len<= 0)) in rtw_cfg80211_ap_set_encryption() 895 if (param->u.crypt.idx >= WEP_KEYS in rtw_cfg80211_set_encryption() 917 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) in rtw_cfg80211_set_encryption() 1203 …if ((key_index < WEP_KEYS) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->… in cfg80211_rtw_set_default_key() 2155 if (sme->key_idx > WEP_KEYS) { in cfg80211_rtw_connect()
|
D | ioctl_linux.c | 442 if (param->u.crypt.idx >= WEP_KEYS || in wpa_set_encryption() 468 if (wep_key_idx > WEP_KEYS) in wpa_set_encryption() 510 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption() 1864 if (key > WEP_KEYS) in rtw_wx_set_enc() 1972 if (key > WEP_KEYS) in rtw_wx_get_enc() 3464 if (param->u.crypt.idx >= WEP_KEYS) { in rtw_set_encryption() 3499 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len<= 0)) { in rtw_set_encryption()
|
/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 433 #define WEP_KEYS 4 macro
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 372 if (prxattrib->key_index > WEP_KEYS) { in decryptor()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 459 if (prxattrib->key_index > WEP_KEYS) { in decryptor()
|