Searched refs:gtk_key (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.c | 1213 struct wilc_gtk_key *gtk_key; in wilc_add_rx_gtk() local 1216 gtk_key = kzalloc(sizeof(*gtk_key) + t_key_len, GFP_KERNEL); in wilc_add_rx_gtk() 1217 if (!gtk_key) in wilc_add_rx_gtk() 1223 memcpy(gtk_key->mac_addr, vif->hif_drv->assoc_bssid, ETH_ALEN); in wilc_add_rx_gtk() 1226 memcpy(gtk_key->rsc, key_rsc, 8); in wilc_add_rx_gtk() 1227 gtk_key->index = index; in wilc_add_rx_gtk() 1228 gtk_key->key_len = t_key_len; in wilc_add_rx_gtk() 1229 memcpy(>k_key->key[0], rx_gtk, gtk_key_len); in wilc_add_rx_gtk() 1232 memcpy(>k_key->key[gtk_key_len], rx_mic, WILC_RX_MIC_KEY_LEN); in wilc_add_rx_gtk() 1235 memcpy(>k_key->key[gtk_key_len + WILC_RX_MIC_KEY_LEN], in wilc_add_rx_gtk() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 6250 u8 gtk_key[WMI_MAX_KEY_LEN]; member
|