Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c385 list_add_tail(&sta->list, &mvm->resp_pasn_list); in iwl_mvm_ftm_respoder_add_pasn_sta()
402 list_for_each_entry_safe(sta, prev, &mvm->resp_pasn_list, list) { in iwl_mvm_ftm_resp_remove_pasn_sta()
469 list_for_each_entry_safe(sta, prev, &mvm->resp_pasn_list, list) in iwl_mvm_ftm_responder_clear()
H A Dops.c1392 INIT_LIST_HEAD(&mvm->resp_pasn_list); in iwl_op_mode_mvm_start()
H A Dmvm.h1315 struct list_head resp_pasn_list; member