Searched refs:WEP_KEYS (Results 1 - 23 of 23) sorted by relevance

/drivers/net/wireless/
H A Dat76c50x-usb.h133 #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 */
H A Dat76c50x-usb.c994 for (i = 0; i < WEP_KEYS; i++)
2171 for (i = 0; i < WEP_KEYS; i++) {
/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c327 if (key > WEP_KEYS)
351 for (i = 0; i < WEP_KEYS; i++) {
360 if (i == WEP_KEYS) {
489 if (key > WEP_KEYS)
537 if (idx < 1 || idx > WEP_KEYS)
562 for (i = 0; i < WEP_KEYS; i++)
566 if (i == WEP_KEYS) {
694 if (idx < 1 || idx > WEP_KEYS)
H A Dlibipw.h305 #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];
H A Dipw2100.c6847 range->max_encoding_tokens = WEP_KEYS; /* Max number of tokens */
H A Dipw2200.c8879 range->max_encoding_tokens = WEP_KEYS;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c306 if (key > WEP_KEYS)
329 for (i = 0; i < WEP_KEYS; i++) {
338 if (i == WEP_KEYS) {
480 if (key > WEP_KEYS)
528 if (idx < 1 || idx > WEP_KEYS)
558 for (i = 0; i < WEP_KEYS; i++)
564 if (i == WEP_KEYS) {
698 if (idx < 1 || idx > WEP_KEYS)
H A Dieee80211_module.c207 for (i = 0; i < WEP_KEYS; i++) {
H A Dieee80211.h983 #define WEP_KEYS 4 macro
995 u8 key_sizes[WEP_KEYS];
996 u8 keys[WEP_KEYS][SCM_KEY_LEN];
1904 struct ieee80211_crypt_data *crypt[WEP_KEYS];
H A Dieee80211_softmac.c2982 if (param->u.crypt.idx >= WEP_KEYS)
/drivers/staging/rtl8712/
H A Dieee80211.h526 #define WEP_KEYS 4 macro
535 u8 key_sizes[WEP_KEYS];
536 u8 keys[WEP_KEYS][WEP_KEY_LEN];
H A Drtl871x_ioctl_set.c356 if (keyid >= WEP_KEYS)
H A Drtl871x_ioctl_linux.c411 if (param->u.crypt.idx >= WEP_KEYS) {
425 if (wep_key_idx >= WEP_KEYS)
459 if (wep_key_idx >= WEP_KEYS) {
1555 if (key > WEP_KEYS)
1644 if (key > WEP_KEYS)
/drivers/staging/rtl8723au/include/
H A Dieee80211.h244 #define WEP_KEYS 4 macro
/drivers/net/wireless/hostap/
H A Dhostap_proc.c31 for (i = 0; i < WEP_KEYS; i++) {
243 for (i = 0; i < WEP_KEYS; i++) {
H A Dhostap_ioctl.c141 if (i < 0 || i >= WEP_KEYS)
191 for (j = 0; j < WEP_KEYS; j++) {
244 if (i < 0 || i >= WEP_KEYS)
1032 range->max_encoding_tokens = WEP_KEYS;
3215 if (i > WEP_KEYS)
3217 if (i < 1 || i > WEP_KEYS)
3221 if (i < 0 || i >= WEP_KEYS)
3341 for (j = 0; j < WEP_KEYS; j++) {
3391 if (i < 1 || i > WEP_KEYS)
3461 if (param->u.crypt.idx >= WEP_KEYS)
[all...]
H A Dhostap_main.c391 if (idx >= 0 && idx < WEP_KEYS && len > 5)
394 for (i = 0; i < WEP_KEYS; i++) {
H A Dhostap_wlan.h764 #define WEP_KEYS 4 macro
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h735 #define WEP_KEYS 4 macro
744 u8 key_sizes[WEP_KEYS];
745 u8 keys[WEP_KEYS][WEP_KEY_LEN];
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c372 if (param->u.crypt.idx >= WEP_KEYS) {
395 if (wep_key_idx > WEP_KEYS)
428 if (wep_key_idx >= WEP_KEYS) {
1635 if (key > WEP_KEYS)
1740 if (key > WEP_KEYS)
2249 if (param->u.crypt.idx >= WEP_KEYS) {
2272 if ((wep_key_idx >= WEP_KEYS) || (wep_key_len <= 0)) {
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c904 if (key_index >= WEP_KEYS || params->key_len < 0) {
2101 if (wep_key_idx > WEP_KEYS || !wep_key_len ||
/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c439 if (prxattrib->key_index > WEP_KEYS) {
440 DBG_88E("prxattrib->key_index(%d)>WEP_KEYS\n", prxattrib->key_index);
/drivers/staging/rtl8723au/core/
H A Drtw_recv.c488 if (prxattrib->key_index > WEP_KEYS) {
489 DBG_8723A("prxattrib->key_index(%d) > WEP_KEYS\n",

Completed in 318 milliseconds