Searched refs:rekey_data (Results 1 – 2 of 2) sorted by relevance
89 memcpy(mvmvif->rekey_data.kek, data->kek, NL80211_KEK_LEN); in iwl_mvm_set_rekey_data()90 memcpy(mvmvif->rekey_data.kck, data->kck, NL80211_KCK_LEN); in iwl_mvm_set_rekey_data()91 mvmvif->rekey_data.replay_ctr = in iwl_mvm_set_rekey_data()93 mvmvif->rekey_data.valid = true; in iwl_mvm_set_rekey_data()911 if (mvmvif->rekey_data.valid) { in iwl_mvm_wowlan_config()913 memcpy(kek_kck_cmd.kck, mvmvif->rekey_data.kck, in iwl_mvm_wowlan_config()916 memcpy(kek_kck_cmd.kek, mvmvif->rekey_data.kek, in iwl_mvm_wowlan_config()919 kek_kck_cmd.replay_ctr = mvmvif->rekey_data.replay_ctr; in iwl_mvm_wowlan_config()
413 } rekey_data; member