Searched refs:SMALL_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
17 #define SMALL_KEY_SIZE 5 macro
835 if (len > SMALL_KEY_SIZE) in __orinoco_hw_setup_wepkeys()838 keys[i].len = cpu_to_le16(SMALL_KEY_SIZE); in __orinoco_hw_setup_wepkeys()868 } else if (keylen > SMALL_KEY_SIZE) in __orinoco_hw_setup_wepkeys()871 keylen = SMALL_KEY_SIZE; in __orinoco_hw_setup_wepkeys()
65 priv->keys[index].cipher = (key_len > SMALL_KEY_SIZE) ? in orinoco_set_key()256 if ((erq->length > SMALL_KEY_SIZE) && !priv->has_big_wep) in orinoco_ioctl_setiwencode()