Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c1216 struct wilc_gtk_key *gtk_key; in wilc_add_rx_gtk() local
1219 gtk_key = kzalloc(sizeof(*gtk_key) + t_key_len, GFP_KERNEL); in wilc_add_rx_gtk()
1220 if (!gtk_key) in wilc_add_rx_gtk()
1229 memcpy(gtk_key->rsc, key_rsc, 8); in wilc_add_rx_gtk()
1230 gtk_key->index = index; in wilc_add_rx_gtk()
1231 gtk_key->key_len = t_key_len; in wilc_add_rx_gtk()
1232 memcpy(&gtk_key->key[0], rx_gtk, gtk_key_len); in wilc_add_rx_gtk()
1252 wid_list[1].val = (u8 *)gtk_key; in wilc_add_rx_gtk()
1261 wid.size = sizeof(*gtk_key) + t_key_len; in wilc_add_rx_gtk()
1262 wid.val = (u8 *)gtk_key; in wilc_add_rx_gtk()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.h5612 u8 gtk_key[WMI_MAX_KEY_LEN]; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h6277 u8 gtk_key[WMI_MAX_KEY_LEN]; member