Lines Matching defs:chandef
26 static int iwl_mvm_ftm_responder_set_bw_v1(struct cfg80211_chan_def *chandef,
29 switch (chandef->width) {
38 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef);
42 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef);
51 static int iwl_mvm_ftm_responder_set_bw_v2(struct cfg80211_chan_def *chandef,
55 switch (chandef->width) {
67 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef);
72 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef);
78 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef);
110 struct cfg80211_chan_def *chandef,
121 .channel_num = chandef->chan->hw_value,
136 iwl_mvm_phy_band_from_nl80211(chandef->chan->band);
159 err = iwl_mvm_ftm_responder_set_bw_v2(chandef, &cmd.format_bw,
163 err = iwl_mvm_ftm_responder_set_bw_v1(chandef, &cmd.format_bw,