Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intersil/orinoco/
A Dorinoco.h30 #define ORINOCO_MAX_KEYS 4 macro
121 struct key_params keys[ORINOCO_MAX_KEYS];
A Dhw.c828 struct orinoco_key keys[ORINOCO_MAX_KEYS]; in __orinoco_hw_setup_wepkeys()
831 for (i = 0; i < ORINOCO_MAX_KEYS; i++) { in __orinoco_hw_setup_wepkeys()
876 for (i = 0; i < ORINOCO_MAX_KEYS; i++) { in __orinoco_hw_setup_wepkeys()
A Dwext.c271 if ((index < 0) || (index >= ORINOCO_MAX_KEYS)) in orinoco_ioctl_setiwencode()
283 if ((index < 0) || (index >= ORINOCO_MAX_KEYS)) { in orinoco_ioctl_setiwencode()
345 if ((index < 0) || (index >= ORINOCO_MAX_KEYS)) in orinoco_ioctl_getiwencode()

Completed in 8 milliseconds