Lines Matching refs:hltk_data
210 struct iwl_mvm_pasn_hltk_data *hltk_data) in iwl_mvm_ftm_responder_dyn_cfg_v3() argument
250 if (hltk_data) { in iwl_mvm_ftm_responder_dyn_cfg_v3()
251 if (hltk_data->cipher > IWL_LOCATION_CIPHER_GCMP_256) { in iwl_mvm_ftm_responder_dyn_cfg_v3()
253 hltk_data->cipher); in iwl_mvm_ftm_responder_dyn_cfg_v3()
257 cmd.cipher = hltk_data->cipher; in iwl_mvm_ftm_responder_dyn_cfg_v3()
258 memcpy(cmd.addr, hltk_data->addr, sizeof(cmd.addr)); in iwl_mvm_ftm_responder_dyn_cfg_v3()
259 memcpy(cmd.hltk_buf, hltk_data->hltk, sizeof(cmd.hltk_buf)); in iwl_mvm_ftm_responder_dyn_cfg_v3()
310 struct iwl_mvm_pasn_hltk_data hltk_data = { in iwl_mvm_ftm_respoder_add_pasn_sta() local
324 hltk_data.cipher = iwl_mvm_cipher_to_location_cipher(cipher); in iwl_mvm_ftm_respoder_add_pasn_sta()
325 if (hltk_data.cipher == IWL_LOCATION_CIPHER_INVALID) { in iwl_mvm_ftm_respoder_add_pasn_sta()
346 ret = iwl_mvm_ftm_responder_dyn_cfg_v3(mvm, vif, NULL, &hltk_data); in iwl_mvm_ftm_respoder_add_pasn_sta()