Searched refs:pasn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 47 struct iwl_mvm_ftm_pasn_entry *pasn = kzalloc(sizeof(*pasn), in iwl_mvm_ftm_add_pasn_sta() local 53 if (!pasn) in iwl_mvm_ftm_add_pasn_sta() 56 pasn->cipher = iwl_mvm_cipher_to_location_cipher(cipher); in iwl_mvm_ftm_add_pasn_sta() 58 switch (pasn->cipher) { in iwl_mvm_ftm_add_pasn_sta() 97 (hltk_len && hltk_len != sizeof(pasn->hltk))) { in iwl_mvm_ftm_add_pasn_sta() 108 memcpy(pasn->addr, addr, sizeof(pasn->addr)); in iwl_mvm_ftm_add_pasn_sta() 111 memcpy(pasn->hltk, hltk, sizeof(pasn in iwl_mvm_ftm_add_pasn_sta() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 100 struct iwl_mvm_ftm_pasn_entry *pasn = kzalloc(sizeof(*pasn), in iwl_mvm_ftm_add_pasn_sta() local 106 if (!pasn) in iwl_mvm_ftm_add_pasn_sta() 109 pasn->cipher = iwl_mvm_cipher_to_location_cipher(cipher); in iwl_mvm_ftm_add_pasn_sta() 111 switch (pasn->cipher) { in iwl_mvm_ftm_add_pasn_sta() 140 if (tk_len != expected_tk_len || hltk_len != sizeof(pasn->hltk)) { in iwl_mvm_ftm_add_pasn_sta() 146 memcpy(pasn->addr, addr, sizeof(pasn->addr)); in iwl_mvm_ftm_add_pasn_sta() 147 memcpy(pasn->hltk, hltk, sizeof(pasn in iwl_mvm_ftm_add_pasn_sta() [all...] |
Completed in 2 milliseconds