Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhw.h18 #define LARGE_KEY_SIZE 13 macro
H A Dhw.c836 keys[i].len = cpu_to_le16(LARGE_KEY_SIZE); in __orinoco_hw_setup_wepkeys()
864 if (keylen > LARGE_KEY_SIZE) { in __orinoco_hw_setup_wepkeys()
869 keylen = LARGE_KEY_SIZE; in __orinoco_hw_setup_wepkeys()
877 u8 key[LARGE_KEY_SIZE] = { 0 }; in __orinoco_hw_setup_wepkeys()
H A Dwext.c256 if (erq->length > LARGE_KEY_SIZE) in orinoco_ioctl_setiwencode()