Searched refs:gtk_key_len (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/ |
D | hif.h | 165 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len,
|
D | hif.c | 1190 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len, in wilc_add_rx_gtk() argument 1197 int t_key_len = gtk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_rx_gtk() 1212 memcpy(>k_key->key[0], rx_gtk, gtk_key_len); in wilc_add_rx_gtk() 1215 memcpy(>k_key->key[gtk_key_len], rx_mic, WILC_RX_MIC_KEY_LEN); in wilc_add_rx_gtk() 1218 memcpy(>k_key->key[gtk_key_len + WILC_RX_MIC_KEY_LEN], in wilc_add_rx_gtk()
|