Home
last modified time | relevance | path

Searched refs:MIN_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/wlags49_h2/
Dwl_if.h105 #define MIN_KEY_SIZE 5 /* 40 bits RC4 - WEP */ macro
Dwl_wext.c222 case MIN_KEY_SIZE: in hermes_set_wep_keys()
705 range->encoding_size[0] = MIN_KEY_SIZE; in wireless_get_range()
/drivers/net/wireless/
Dairo.c1091 #define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP macro
6346 if (dwrq->length > MIN_KEY_SIZE) in airo_set_encode()
6349 key.len = MIN_KEY_SIZE; in airo_set_encode()
6517 if (ext->key_len > MIN_KEY_SIZE) { in airo_set_encodeext()
6520 key.len = MIN_KEY_SIZE; in airo_set_encodeext()