Home
last modified time | relevance | path

Searched refs:tgt_width (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_dcs.c73 enum phy_ch_width tgt_width) in hdd_dcs_switch_chan_cb() argument
99 if (tgt_freq == 0 || tgt_width == CH_WIDTH_INVALID) { in hdd_dcs_switch_chan_cb()
116 tgt_freq, tgt_width); in hdd_dcs_switch_chan_cb()
123 if (tgt_freq == 0 || tgt_width == CH_WIDTH_INVALID) { in hdd_dcs_switch_chan_cb()
135 tgt_width, true); in hdd_dcs_switch_chan_cb()
182 enum phy_ch_width tgt_width; in hdd_dcs_select_random_chan() local
217 tgt_width = hdd_get_bw_for_freq(res_msg, intf_ch_freq, count); in hdd_dcs_select_random_chan()
218 if (tgt_width >= CH_WIDTH_INVALID) { in hdd_dcs_select_random_chan()
222 if (tgt_width > CH_WIDTH_160MHZ) { in hdd_dcs_select_random_chan()
224 tgt_width = CH_WIDTH_160MHZ; in hdd_dcs_select_random_chan()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/inc/
Dwlan_dcs_ucfg_api.h50 enum phy_ch_width tgt_width);
241 enum phy_ch_width tgt_width);
313 enum phy_ch_width tgt_width) in ucfg_dcs_switch_chan() argument
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
Dwlan_dcs.c719 enum phy_ch_width tgt_width) in wlan_dcs_switch_chan() argument
738 return switch_chan_cb(vdev, tgt_freq, tgt_width); in wlan_dcs_switch_chan()
1109 qdf_freq_t *tgt_freq, enum phy_ch_width *tgt_width, in wlan_dcs_sap_select_chan() argument
1147 *tgt_width = tmp_width; in wlan_dcs_sap_select_chan()
1228 enum phy_ch_width tgt_width = CH_WIDTH_INVALID; in wlan_dcs_process_awgn_sta() local
1252 found = wlan_dcs_get_max_no_intf_bw(awgn_info, &tgt_width); in wlan_dcs_process_awgn_sta()
1254 if (ch_width <= tgt_width) { in wlan_dcs_process_awgn_sta()
1264 vdev_id, tgt_freq, tgt_width); in wlan_dcs_process_awgn_sta()
1265 wlan_dcs_switch_chan(vdev, tgt_freq, tgt_width); in wlan_dcs_process_awgn_sta()
1282 enum phy_ch_width tgt_width = CH_WIDTH_INVALID; in wlan_dcs_process_awgn_sap() local
[all …]
Dwlan_dcs.h405 enum phy_ch_width tgt_width);
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/src/
Dwlan_dcs_ucfg_api.c228 enum phy_ch_width tgt_width) in ucfg_dcs_switch_chan() argument
230 return wlan_dcs_switch_chan(vdev, tgt_freq, tgt_width); in ucfg_dcs_switch_chan()