Lines Matching refs:chandef
77 static int iwl_mvm_ftm_responder_set_bw_v1(struct cfg80211_chan_def *chandef, in iwl_mvm_ftm_responder_set_bw_v1() argument
80 switch (chandef->width) { in iwl_mvm_ftm_responder_set_bw_v1()
89 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v1()
93 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v1()
102 static int iwl_mvm_ftm_responder_set_bw_v2(struct cfg80211_chan_def *chandef, in iwl_mvm_ftm_responder_set_bw_v2() argument
106 switch (chandef->width) { in iwl_mvm_ftm_responder_set_bw_v2()
118 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2()
123 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2()
135 struct cfg80211_chan_def *chandef) in iwl_mvm_ftm_responder_cmd() argument
144 .channel_num = chandef->chan->hw_value, in iwl_mvm_ftm_responder_cmd()
158 err = iwl_mvm_ftm_responder_set_bw_v2(chandef, &cmd.format_bw, in iwl_mvm_ftm_responder_cmd()
161 err = iwl_mvm_ftm_responder_set_bw_v1(chandef, &cmd.format_bw, in iwl_mvm_ftm_responder_cmd()