Searched refs:gtk_key (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/staging/wilc1000/ |
D | wilc_hif.c | 1270 struct wilc_gtk_key *gtk_key; in wilc_add_rx_gtk() local 1273 gtk_key = kzalloc(sizeof(*gtk_key) + t_key_len, GFP_KERNEL); in wilc_add_rx_gtk() 1274 if (!gtk_key) in wilc_add_rx_gtk() 1280 memcpy(gtk_key->mac_addr, vif->hif_drv->assoc_bssid, ETH_ALEN); in wilc_add_rx_gtk() 1283 memcpy(gtk_key->rsc, key_rsc, 8); in wilc_add_rx_gtk() 1284 gtk_key->index = index; in wilc_add_rx_gtk() 1285 gtk_key->key_len = t_key_len; in wilc_add_rx_gtk() 1286 memcpy(>k_key->key[0], rx_gtk, gtk_key_len); in wilc_add_rx_gtk() 1289 memcpy(>k_key->key[gtk_key_len], rx_mic, WILC_RX_MIC_KEY_LEN); in wilc_add_rx_gtk() 1292 memcpy(>k_key->key[gtk_key_len + WILC_RX_MIC_KEY_LEN], in wilc_add_rx_gtk() [all …]
|