Searched refs:rekey (Results 1 – 1 of 1) sorted by relevance
1091 HostCmd_DS_GTK_REKEY_PARAMS *rekey = &cmd->params.gtk_rekey; local1097 cmd->size = wlan_cpu_to_le16(sizeof(*rekey) + S_DS_GEN);1099 rekey->action = wlan_cpu_to_le16(cmd_action);1102 memcpy_ext(pmpriv->adapter, rekey->kek, data->kek, MLAN_KEK_LEN, MLAN_KEK_LEN);1103 memcpy_ext(pmpriv->adapter, rekey->kck, data->kck, MLAN_KCK_LEN, MLAN_KCK_LEN);1105 rekey->replay_ctr_low = wlan_cpu_to_le32((t_u32)rekey_ctr);1106 rekey->replay_ctr_high = wlan_cpu_to_le32((t_u64)rekey_ctr >> 32);