Home
last modified time | relevance | path

Searched refs:IWL_MVM_TOF_MAX_APS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h757 #define IWL_MVM_TOF_MAX_APS 5 macro
776 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
806 struct iwl_tof_range_req_ap_entry_v2 ap[IWL_MVM_TOF_MAX_APS];
815 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
839 struct iwl_tof_range_req_ap_entry_v3 ap[IWL_MVM_TOF_MAX_APS];
847 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
871 struct iwl_tof_range_req_ap_entry_v4 ap[IWL_MVM_TOF_MAX_APS];
879 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
899 struct iwl_tof_range_req_ap_entry_v6 ap[IWL_MVM_TOF_MAX_APS];
907 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h1003 #define IWL_MVM_TOF_MAX_APS 5 macro
1022 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
1052 struct iwl_tof_range_req_ap_entry_v2 ap[IWL_MVM_TOF_MAX_APS];
1061 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
1085 struct iwl_tof_range_req_ap_entry_v3 ap[IWL_MVM_TOF_MAX_APS];
1093 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
1117 struct iwl_tof_range_req_ap_entry_v4 ap[IWL_MVM_TOF_MAX_APS];
1125 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
1145 struct iwl_tof_range_req_ap_entry_v6 ap[IWL_MVM_TOF_MAX_APS];
1153 * @num_of_ap: Number of APs to measure (error if > IWL_MVM_TOF_MAX_APS)
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1076 for (i = 0; i < num_of_aps && i < IWL_MVM_TOF_MAX_APS; i++) { in iwl_mvm_ftm_range_resp()
H A Dmvm.h1113 int responses[IWL_MVM_TOF_MAX_APS];
H A Dmac80211.c187 .max_peers = IWL_MVM_TOF_MAX_APS,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1250 for (i = 0; i < num_of_aps && i < IWL_MVM_TOF_MAX_APS; i++) { in iwl_mvm_ftm_range_resp()
H A Dmvm.h1148 int responses[IWL_MVM_TOF_MAX_APS];
H A Dmac80211.c60 .max_peers = IWL_MVM_TOF_MAX_APS,

Completed in 32 milliseconds