Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
Dhw.h18 #define LARGE_KEY_SIZE 13 macro
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()
Dwext.c253 if (erq->length > LARGE_KEY_SIZE) in orinoco_ioctl_setiwencode()