Home
last modified time | relevance | path

Searched refs:target_freq (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
Ddfs_random_chan_sel.c1552 uint16_t target_freq = 0; in dfs_prepare_random_channel_for_freq() local
1629 target_freq = dfs_get_rand_from_lst_for_freq(dfs, in dfs_prepare_random_channel_for_freq()
1634 target_freq = dfs_find_ch_with_fallback_for_freq( in dfs_prepare_random_channel_for_freq()
1645 target_freq) { in dfs_prepare_random_channel_for_freq()
1648 target_freq, in dfs_prepare_random_channel_for_freq()
1655 target_freq = in dfs_prepare_random_channel_for_freq()
1670 (target_freq == in dfs_prepare_random_channel_for_freq()
1675 target_freq); in dfs_prepare_random_channel_for_freq()
1694 DFS_IS_SPRUCE_SPUR_AVOID_FREQS(target_freq) && in dfs_prepare_random_channel_for_freq()
1698 target_freq); in dfs_prepare_random_channel_for_freq()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
Dwlan_dcs.c1621 qdf_freq_t target_freq = conn_info->sta[0].freq; in wlan_dcs_afc_sap_dcs_with_sta() local
1665 wlan_dcs_switch_chan(vdev, target_freq, target_bw); in wlan_dcs_afc_sap_dcs_with_sta()
1711 qdf_freq_t max_bw_freq, target_freq; in wlan_dcs_afc_5ghz6ghz_sap_dcs() local
1751 target_freq = wlan_dcs_afc_sel_chan( in wlan_dcs_afc_5ghz6ghz_sap_dcs()
1756 if (!target_freq) in wlan_dcs_afc_5ghz6ghz_sap_dcs()
1759 if (WLAN_REG_IS_6GHZ_CHAN_FREQ(target_freq) && in wlan_dcs_afc_5ghz6ghz_sap_dcs()
1774 if (target_freq == conn_info->sap_5ghz[i].freq && in wlan_dcs_afc_5ghz6ghz_sap_dcs()
1784 wlan_dcs_switch_chan(vdev, target_freq, pref_bw); in wlan_dcs_afc_5ghz6ghz_sap_dcs()
1789 if (target_freq == conn_info->sap_6ghz[i].freq && in wlan_dcs_afc_5ghz6ghz_sap_dcs()
1799 wlan_dcs_switch_chan(vdev, target_freq, pref_bw); in wlan_dcs_afc_5ghz6ghz_sap_dcs()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_dcs.c336 qdf_freq_t target_freq; in hdd_dcs_afc_sel_chan_cb() local
349 target_freq = sap_afc_dcs_sel_chan(sap_ctx, cur_freq, cur_bw, pref_bw); in hdd_dcs_afc_sel_chan_cb()
351 return target_freq; in hdd_dcs_afc_sel_chan_cb()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_action_frame.c154 uint32_t target_freq; in lim_process_ext_channel_switch_action_frame() local
190 target_freq = in lim_process_ext_channel_switch_action_frame()
202 if (!(session_entry->curr_op_freq != target_freq && in lim_process_ext_channel_switch_action_frame()
204 target_freq, in lim_process_ext_channel_switch_action_frame()
206 (wlan_reg_is_dfs_for_freq(mac_ctx->pdev, target_freq) && in lim_process_ext_channel_switch_action_frame()
209 pe_err("Channel freq: %d is not valid", target_freq); in lim_process_ext_channel_switch_action_frame()
228 ext_cng_chan_ind->new_chan_freq = target_freq; in lim_process_ext_channel_switch_action_frame()
Dlim_process_sme_req_messages.c9585 uint32_t target_freq; in lim_process_sme_channel_change_request() local
9593 target_freq = ch_change_req->target_chan_freq; in lim_process_sme_channel_change_request()
9596 mac_ctx->pdev, target_freq); in lim_process_sme_channel_change_request()
9628 target_freq)) { in lim_process_sme_channel_change_request()
9631 } else if ((session_entry->curr_op_freq == target_freq && in lim_process_sme_channel_change_request()
9649 session_entry->curr_op_freq, target_freq, in lim_process_sme_channel_change_request()
9667 (mac_ctx, session_entry, target_freq); in lim_process_sme_channel_change_request()
9668 is_new_ch_2g = wlan_reg_is_24ghz_ch_freq(target_freq); in lim_process_sme_channel_change_request()
9684 session_entry->curr_op_freq = target_freq; in lim_process_sme_channel_change_request()
9689 } else if (wlan_reg_is_6ghz_chan_freq(target_freq)) { in lim_process_sme_channel_change_request()
[all …]
Dlim_utils.h3575 enum cstats_dir dir, uint16_t target_freq,
3656 enum cstats_dir dir, uint16_t target_freq, in lim_cp_stats_cstats_log_csa_evt() argument
Dlim_utils.c12211 enum cstats_dir dir, uint16_t target_freq, in lim_cp_stats_cstats_log_csa_evt() argument
12226 stat.target_freq = target_freq; in lim_cp_stats_cstats_log_csa_evt()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
Dwlan_cp_stats_chipset_stats_events.h500 uint16_t target_freq; member
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_ch_select.c3174 qdf_freq_t target_freq; in sap_afc_dcs_sel_chan() local
3205 target_freq = sap_afc_dcs_target_chan(mac_ctx, in sap_afc_dcs_sel_chan()
3212 return target_freq; in sap_afc_dcs_sel_chan()