Home
last modified time | relevance | path

Searched refs:WEP_KEYS (Results 1 – 25 of 97) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h129 #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 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c313 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()
680 if (idx < 1 || idx > WEP_KEYS) in libipw_wx_get_encodeext()
H A Dlibipw.h300 #define WEP_KEYS 4 macro
308 u8 encode_alg[WEP_KEYS];
309 u8 key_sizes[WEP_KEYS];
310 u8 keys[WEP_KEYS][SCM_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c289 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()
460 if (key > WEP_KEYS) in ieee80211_wx_get_encode()
507 if (idx < 1 || idx > WEP_KEYS) in ieee80211_wx_set_encode_ext()
536 for (i = 0; i < WEP_KEYS; i++) in ieee80211_wx_set_encode_ext()
542 if (i == WEP_KEYS) { in ieee80211_wx_set_encode_ext()
669 if (idx < 1 || idx > WEP_KEYS) in ieee80211_wx_get_encode_ext()
H A Dieee80211_module.c187 for (i = 0; i < WEP_KEYS; i++) { in free_ieee80211()
H A Dieee80211.h818 #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];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dieee80211.h943 #define WEP_KEYS 4 macro
959 u8 key_sizes[WEP_KEYS];
960 u8 keys[WEP_KEYS][WEP_KEY_LEN];
976 u8 key_sizes[WEP_KEYS];
977 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Dieee80211.h135 #define WEP_KEYS 4 macro
H A Drtl871x_ioctl_set.c337 if (keyid >= WEP_KEYS) in r8712_set_802_11_add_wep()
H A Drtl871x_ioctl_linux.c386 if (param->u.crypt.idx >= WEP_KEYS) { in wpa_set_encryption()
398 if (wep_key_idx >= WEP_KEYS) in wpa_set_encryption()
425 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption()
1516 if (key > WEP_KEYS) in r8711_wx_set_enc()
1607 if (key > WEP_KEYS) in r8711_wx_get_enc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dieee80211.h1016 #define WEP_KEYS 4 macro
1032 u8 key_sizes[WEP_KEYS];
1033 u8 keys[WEP_KEYS][WEP_KEY_LEN];
1049 u8 key_sizes[WEP_KEYS];
1050 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dieee80211.h1013 #define WEP_KEYS 4 macro
1029 u8 key_sizes[WEP_KEYS];
1030 u8 keys[WEP_KEYS][WEP_KEY_LEN];
1046 u8 key_sizes[WEP_KEYS];
1047 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dieee80211.h627 #define WEP_KEYS 4 macro
639 u8 key_sizes[WEP_KEYS];
640 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c31 for (i = 0; i < WEP_KEYS; i++) { in prism2_debug_proc_show()
186 for (i = 0; i < WEP_KEYS; i++) { in prism2_crypt_proc_show()
H A Dhostap_ioctl.c142 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()
3211 if (i > WEP_KEYS) in prism2_ioctl_siwencodeext()
3213 if (i < 1 || i > WEP_KEYS) in prism2_ioctl_siwencodeext()
3217 if (i < 0 || i >= WEP_KEYS) in prism2_ioctl_siwencodeext()
3337 for (j = 0; j < WEP_KEYS; j++) { in prism2_ioctl_siwencodeext()
3387 if (i < 1 || i > WEP_KEYS) in prism2_ioctl_giwencodeext()
3457 if (param->u.crypt.idx >= WEP_KEYS) in prism2_ioctl_set_encryption()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dieee80211.h1100 #define WEP_KEYS 4 macro
1116 u8 key_sizes[WEP_KEYS];
1117 u8 keys[WEP_KEYS][WEP_KEY_LEN];
1133 u8 key_sizes[WEP_KEYS];
1134 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c361 if (param->u.crypt.idx >= WEP_KEYS) { in wpa_set_encryption()
384 if (wep_key_idx > WEP_KEYS) in wpa_set_encryption()
417 if (wep_key_idx >= WEP_KEYS) { in wpa_set_encryption()
1592 if (key > WEP_KEYS) in rtw_wx_set_enc()
1694 if (key > WEP_KEYS) in rtw_wx_get_enc()
2182 if (param->u.crypt.idx >= WEP_KEYS) { in rtw_set_encryption()
2205 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) { in rtw_set_encryption()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dieee80211.h1133 #define WEP_KEYS 4 macro
1145 u8 key_sizes[WEP_KEYS];
1146 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dieee80211.h1110 #define WEP_KEYS 4 macro
1122 u8 key_sizes[WEP_KEYS];
1123 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dieee80211.h1111 #define WEP_KEYS 4 macro
1123 u8 key_sizes[WEP_KEYS];
1124 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c584 if (param->u.crypt.idx >= WEP_KEYS) in rtw_cfg80211_ap_set_encryption()
620 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) in rtw_cfg80211_ap_set_encryption()
869 if (param->u.crypt.idx >= WEP_KEYS in rtw_cfg80211_set_encryption()
891 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) in rtw_cfg80211_set_encryption()
1177 …if ((key_index < WEP_KEYS) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->… in cfg80211_rtw_set_default_key()
2133 if (sme->key_idx > WEP_KEYS) { in cfg80211_rtw_connect()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211.h1151 #define WEP_KEYS 4 macro
1163 u8 key_sizes[WEP_KEYS];
1164 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dieee80211.h1119 #define WEP_KEYS 4 macro
1131 u8 key_sizes[WEP_KEYS];
1132 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dieee80211.h1197 #define WEP_KEYS 4 macro
1209 u8 key_sizes[WEP_KEYS];
1210 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dieee80211.h1165 #define WEP_KEYS 4 macro
1177 u8 key_sizes[WEP_KEYS];
1178 u8 keys[WEP_KEYS][WEP_KEY_LEN];

1234