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

/drivers/net/wireless/
H A Dat76c50x-usb.h133 #define WEP_KEYS (4) macro
304 u8 wep_default_keyvalue[WEP_KEYS][WEP_LARGE_KEY_LEN];
398 u8 wep_keys[WEP_KEYS][WEP_LARGE_KEY_LEN]; /* WEP keys */
399 u8 wep_keys_len[WEP_KEYS]; /* length of WEP keys */
H A Dat76c50x-usb.c1006 for (i = 0; i < WEP_KEYS; i++)
2090 for (i = 0; i < WEP_KEYS; i++) {
/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c331 if (key > WEP_KEYS)
355 for (i = 0; i < WEP_KEYS; i++) {
364 if (i == WEP_KEYS) {
493 if (key > WEP_KEYS)
541 if (idx < 1 || idx > WEP_KEYS)
566 for (i = 0; i < WEP_KEYS; i++)
570 if (i == WEP_KEYS) {
698 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.c6914 range->max_encoding_tokens = WEP_KEYS; /* Max number of tokens */
H A Dipw2200.c8972 range->max_encoding_tokens = WEP_KEYS;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c325 if (key > WEP_KEYS)
348 for (i = 0; i < WEP_KEYS; i++) {
357 if (i == WEP_KEYS) {
498 if (key > WEP_KEYS)
545 if (idx < 1 || idx > WEP_KEYS)
575 for (i = 0; i < WEP_KEYS; i++)
581 if (i == WEP_KEYS) {
714 if (idx < 1 || idx > WEP_KEYS)
H A Dieee80211_module.c207 for (i = 0; i < WEP_KEYS; i++) {
H A Dieee80211.h992 #define WEP_KEYS 4 macro
1004 u8 key_sizes[WEP_KEYS];
1005 u8 keys[WEP_KEYS][SCM_KEY_LEN];
1917 struct ieee80211_crypt_data *crypt[WEP_KEYS];
H A Dieee80211_softmac.c2975 if (param->u.crypt.idx >= WEP_KEYS)
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_wx.c270 if (key > WEP_KEYS)
294 for (i = 0; i < WEP_KEYS; i++) {
303 if (i == WEP_KEYS) {
438 if (key > WEP_KEYS)
493 if (idx < 1 || idx > WEP_KEYS)
519 for (i = 0; i < WEP_KEYS; i++)
523 if (i == WEP_KEYS) {
H A Dieee80211_module.c185 for (i = 0; i < WEP_KEYS; i++) {
H A Dieee80211.h422 #define WEP_KEYS 4 macro
433 u8 key_sizes[WEP_KEYS];
434 u8 keys[WEP_KEYS][WEP_KEY_LEN_MODIF];
929 struct ieee80211_crypt_data *crypt[WEP_KEYS];
H A Dieee80211_softmac.c2814 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.c361 if (keyid >= WEP_KEYS)
H A Drtl871x_ioctl_linux.c414 if (param->u.crypt.idx >= WEP_KEYS) {
429 if (wep_key_idx >= WEP_KEYS)
464 if (wep_key_idx >= WEP_KEYS) {
1574 if (key > WEP_KEYS)
1664 if (key > WEP_KEYS)
/drivers/net/wireless/hostap/
H A Dhostap_proc.c39 for (i = 0; i < WEP_KEYS; i++) {
212 for (i = 0; i < WEP_KEYS; i++) {
H A Dhostap_ioctl.c140 if (i < 0 || i >= WEP_KEYS)
190 for (j = 0; j < WEP_KEYS; j++) {
243 if (i < 0 || i >= WEP_KEYS)
1031 range->max_encoding_tokens = WEP_KEYS;
3214 if (i > WEP_KEYS)
3216 if (i < 1 || i > WEP_KEYS)
3220 if (i < 0 || i >= WEP_KEYS)
3341 for (j = 0; j < WEP_KEYS; j++) {
3391 if (i < 1 || i > WEP_KEYS)
3464 if (param->u.crypt.idx >= WEP_KEYS)
[all...]
H A Dhostap_main.c394 if (idx >= 0 && idx < WEP_KEYS && len > 5)
397 for (i = 0; i < WEP_KEYS; i++) {
H A Dhostap_wlan.h765 #define WEP_KEYS 4 macro

Completed in 460 milliseconds