Home
last modified time | relevance | path

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

/linux/drivers/staging/wlan-ng/
A Dp80211netdev.h144 #define NUM_WEPKEYS 4 macro
197 u8 wep_keys[NUM_WEPKEYS][MAX_KEYLEN];
198 u8 wep_keylens[NUM_WEPKEYS];
A Dp80211wep.c77 if (keynum >= NUM_WEPKEYS) in wep_change_key()
110 if (keyidx >= NUM_WEPKEYS) in wep_decrypt()
172 if (keynum >= NUM_WEPKEYS) in wep_encrypt()
A Dcfg80211.c152 if (key_index >= NUM_WEPKEYS) in prism2_add_key()
183 if (key_index >= NUM_WEPKEYS) in prism2_get_key()
216 if (key_index >= NUM_WEPKEYS) in prism2_del_key()
475 if (sme->key_idx >= NUM_WEPKEYS) in prism2_connect()

Completed in 6 milliseconds