Searched refs:get_wep_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 5196 static int get_wep_key(struct airo_info *ai, u16 index, char *buf, u16 buflen) in get_wep_key() function 6496 wep_key_len = get_wep_key(local, index, &buf[0], sizeof(buf)); in airo_get_encode() 6669 wep_key_len = get_wep_key(local, idx, &buf[0], sizeof(buf)); in airo_get_encodeext()
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 5193 static int get_wep_key(struct airo_info *ai, u16 index, char *buf, u16 buflen) in get_wep_key() function 6509 wep_key_len = get_wep_key(local, index, &buf[0], sizeof(buf)); in airo_get_encode() 6682 wep_key_len = get_wep_key(local, idx, &buf[0], sizeof(buf)); in airo_get_encodeext()
|
Completed in 22 milliseconds