Home
last modified time | relevance | path

Searched refs:rekey_data (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c28 mvmvif->rekey_data.kek_len = data->kek_len; in iwl_mvm_set_rekey_data()
29 mvmvif->rekey_data.kck_len = data->kck_len; in iwl_mvm_set_rekey_data()
32 mvmvif->rekey_data.akm = data->akm & 0xFF; in iwl_mvm_set_rekey_data()
33 mvmvif->rekey_data.replay_ctr = in iwl_mvm_set_rekey_data()
35 mvmvif->rekey_data.valid = true; in iwl_mvm_set_rekey_data()
1048 if (mvmvif->rekey_data.valid) { in iwl_mvm_wowlan_config_key_params()
1066 memcpy(kek_kck_cmd.kck, mvmvif->rekey_data.kck, in iwl_mvm_wowlan_config_key_params()
1067 mvmvif->rekey_data.kck_len); in iwl_mvm_wowlan_config_key_params()
1069 memcpy(kek_kck_cmd.kek, mvmvif->rekey_data.kek, in iwl_mvm_wowlan_config_key_params()
1070 mvmvif->rekey_data.kek_len); in iwl_mvm_wowlan_config_key_params()
[all …]
H A Dmvm.h380 } rekey_data; member
H A Dmac80211.c3348 switch (mvmvif->rekey_data.akm) { in iwl_mvm_mei_host_associated()