Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhw.h17 #define SMALL_KEY_SIZE 5 macro
H A Dhw.c835 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()
H A Dwext.c65 priv->keys[index].cipher = (key_len > SMALL_KEY_SIZE) ? in orinoco_set_key()
259 if ((erq->length > SMALL_KEY_SIZE) && !priv->has_big_wep) in orinoco_ioctl_setiwencode()