Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-responder.c350 list_add_tail(&sta->list, &mvm->resp_pasn_list); in iwl_mvm_ftm_respoder_add_pasn_sta()
367 list_for_each_entry_safe(sta, prev, &mvm->resp_pasn_list, list) { in iwl_mvm_ftm_resp_remove_pasn_sta()
433 list_for_each_entry_safe(sta, prev, &mvm->resp_pasn_list, list) in iwl_mvm_ftm_responder_clear()
Dmvm.h1080 struct list_head resp_pasn_list; member
Dops.c1178 INIT_LIST_HEAD(&mvm->resp_pasn_list); in iwl_op_mode_mvm_start()