Lines Matching refs:chandef
23 static int iwl_mvm_ftm_responder_set_bw_v1(struct cfg80211_chan_def *chandef, in iwl_mvm_ftm_responder_set_bw_v1() argument
26 switch (chandef->width) { in iwl_mvm_ftm_responder_set_bw_v1()
35 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v1()
39 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v1()
48 static int iwl_mvm_ftm_responder_set_bw_v2(struct cfg80211_chan_def *chandef, in iwl_mvm_ftm_responder_set_bw_v2() argument
52 switch (chandef->width) { in iwl_mvm_ftm_responder_set_bw_v2()
64 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2()
69 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2()
75 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2()
107 struct cfg80211_chan_def *chandef) in iwl_mvm_ftm_responder_cmd() argument
117 .channel_num = chandef->chan->hw_value, in iwl_mvm_ftm_responder_cmd()
150 err = iwl_mvm_ftm_responder_set_bw_v2(chandef, &cmd.format_bw, in iwl_mvm_ftm_responder_cmd()
154 err = iwl_mvm_ftm_responder_set_bw_v1(chandef, &cmd.format_bw, in iwl_mvm_ftm_responder_cmd()