/linux-4.4.14/drivers/net/wireless/ |
D | at76c50x-usb.h | 133 #define WEP_KEYS (4) macro 292 u8 wep_default_keyvalue[WEP_KEYS][WEP_LARGE_KEY_LEN]; 399 u8 wep_keys[WEP_KEYS][WEP_LARGE_KEY_LEN]; /* WEP keys */ 400 u8 wep_keys_len[WEP_KEYS]; /* length of WEP keys */
|
D | at76c50x-usb.c | 994 for (i = 0; i < WEP_KEYS; i++) in at76_dump_mib_mac_wep() 2171 for (i = 0; i < WEP_KEYS; i++) { in at76_set_key()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 327 if (key > WEP_KEYS) in libipw_wx_set_encode() 351 for (i = 0; i < WEP_KEYS; i++) { in libipw_wx_set_encode() 360 if (i == WEP_KEYS) { in libipw_wx_set_encode() 489 if (key > WEP_KEYS) in libipw_wx_get_encode() 537 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_set_encodeext() 562 for (i = 0; i < WEP_KEYS; i++) in libipw_wx_set_encodeext() 566 if (i == WEP_KEYS) { in libipw_wx_set_encodeext() 694 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_get_encodeext()
|
D | libipw.h | 305 #define WEP_KEYS 4 macro 313 u8 encode_alg[WEP_KEYS]; 314 u8 key_sizes[WEP_KEYS]; 315 u8 keys[WEP_KEYS][SCM_KEY_LEN];
|
D | ipw2100.c | 6847 range->max_encoding_tokens = WEP_KEYS; /* Max number of tokens */ in ipw2100_wx_get_range()
|
D | ipw2200.c | 8879 range->max_encoding_tokens = WEP_KEYS; in ipw_wx_get_range()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 306 if (key > WEP_KEYS) in ieee80211_wx_set_encode() 329 for (i = 0; i < WEP_KEYS; i++) { in ieee80211_wx_set_encode() 338 if (i == WEP_KEYS) { in ieee80211_wx_set_encode() 480 if (key > WEP_KEYS) in ieee80211_wx_get_encode() 527 if (idx < 1 || idx > WEP_KEYS) in ieee80211_wx_set_encode_ext() 556 for (i = 0; i < WEP_KEYS; i++) in ieee80211_wx_set_encode_ext() 562 if (i == WEP_KEYS) { in ieee80211_wx_set_encode_ext() 694 if (idx < 1 || idx > WEP_KEYS) in ieee80211_wx_get_encode_ext()
|
D | ieee80211_module.c | 206 for (i = 0; i < WEP_KEYS; i++) { in free_ieee80211()
|
D | ieee80211.h | 824 #define WEP_KEYS 4 macro 836 u8 key_sizes[WEP_KEYS]; 837 u8 keys[WEP_KEYS][SCM_KEY_LEN]; 1721 struct ieee80211_crypt_data *crypt[WEP_KEYS];
|
D | ieee80211_softmac.c | 2970 if (param->u.crypt.idx >= WEP_KEYS) in ieee80211_wpa_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | ieee80211.h | 500 #define WEP_KEYS 4 macro 509 u8 key_sizes[WEP_KEYS]; 510 u8 keys[WEP_KEYS][WEP_KEY_LEN];
|
D | rtl871x_ioctl_set.c | 351 if (keyid >= WEP_KEYS) in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 382 if (param->u.crypt.idx >= WEP_KEYS) { in wpa_set_encryption() 397 if (wep_key_idx >= WEP_KEYS) in wpa_set_encryption() 432 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption() 1532 if (key > WEP_KEYS) in r8711_wx_set_enc() 1622 if (key > WEP_KEYS) in r8711_wx_get_enc()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 653 #define WEP_KEYS 4 macro 662 u8 key_sizes[WEP_KEYS]; 663 u8 keys[WEP_KEYS][WEP_KEY_LEN];
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 31 for (i = 0; i < WEP_KEYS; i++) { in prism2_debug_proc_show() 243 for (i = 0; i < WEP_KEYS; i++) { in prism2_crypt_proc_show()
|
D | hostap_ioctl.c | 141 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_siwencode() 191 for (j = 0; j < WEP_KEYS; j++) { in prism2_ioctl_siwencode() 244 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_giwencode() 1032 range->max_encoding_tokens = WEP_KEYS; in prism2_ioctl_giwrange() 3215 if (i > WEP_KEYS) in prism2_ioctl_siwencodeext() 3217 if (i < 1 || i > WEP_KEYS) in prism2_ioctl_siwencodeext() 3221 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_siwencodeext() 3341 for (j = 0; j < WEP_KEYS; j++) { in prism2_ioctl_siwencodeext() 3391 if (i < 1 || i > WEP_KEYS) in prism2_ioctl_giwencodeext() 3461 if (param->u.crypt.idx >= WEP_KEYS) in prism2_ioctl_set_encryption() [all …]
|
D | hostap_main.c | 391 if (idx >= 0 && idx < WEP_KEYS && len > 5) in hostap_set_encryption() 394 for (i = 0; i < WEP_KEYS; i++) { in hostap_set_encryption()
|
D | hostap_wlan.h | 765 #define WEP_KEYS 4 macro
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | ieee80211.h | 230 #define WEP_KEYS 4 macro
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 376 if (param->u.crypt.idx >= WEP_KEYS) { in wpa_set_encryption() 399 if (wep_key_idx > WEP_KEYS) in wpa_set_encryption() 432 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption() 1638 if (key > WEP_KEYS) in rtw_wx_set_enc() 1743 if (key > WEP_KEYS) in rtw_wx_get_enc() 2250 if (param->u.crypt.idx >= WEP_KEYS) { in rtw_set_encryption() 2273 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) { in rtw_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 903 if (key_index >= WEP_KEYS || params->key_len < 0) { in cfg80211_rtw_add_key() 2093 if (wep_key_idx > WEP_KEYS || !wep_key_len || in cfg80211_rtw_connect()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 477 if (prxattrib->key_index > WEP_KEYS) { in decryptor()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 426 if (prxattrib->key_index > WEP_KEYS) { in decryptor()
|