Home
last modified time | relevance | path

Searched refs:restart_freq (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_ll_sap.c180 qdf_freq_t restart_freq = 0; in policy_mgr_ll_lt_sap_get_restart_freq_for_concurent_sap() local
209 if (!restart_freq) in policy_mgr_ll_lt_sap_get_restart_freq_for_concurent_sap()
210 restart_freq = channel_list[i]; in policy_mgr_ll_lt_sap_get_restart_freq_for_concurent_sap()
214 restart_freq = channel_list[i]; in policy_mgr_ll_lt_sap_get_restart_freq_for_concurent_sap()
219 return restart_freq; in policy_mgr_ll_lt_sap_get_restart_freq_for_concurent_sap()
227 qdf_freq_t restart_freq; in policy_mgr_ll_lt_sap_restart_concurrent_sap() local
282 restart_freq = in policy_mgr_ll_lt_sap_restart_concurrent_sap()
290 restart_freq = wlan_get_ll_lt_sap_restart_freq(pm_ctx->pdev, in policy_mgr_ll_lt_sap_restart_concurrent_sap()
302 if (!restart_freq) { in policy_mgr_ll_lt_sap_restart_concurrent_sap()
307 if (restart_freq == sap_info.freq) { in policy_mgr_ll_lt_sap_restart_concurrent_sap()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/dispatcher/src/
H A Dwlan_ll_sap_api.c200 qdf_freq_t restart_freq; in wlan_get_ll_lt_sap_restart_freq() local
222 restart_freq = ll_lt_sap_get_valid_freq(psoc, vdev_id); in wlan_get_ll_lt_sap_restart_freq()
225 vdev_id, chan_freq, restart_freq, *csa_reason); in wlan_get_ll_lt_sap_restart_freq()
226 return restart_freq; in wlan_get_ll_lt_sap_restart_freq()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c3964 uint32_t restart_freq; in wlansap_get_chan_band_restrict() local
4015 restart_freq = wlansap_get_2g_first_safe_chan_freq(sap_ctx); in wlansap_get_chan_band_restrict()
4016 if (restart_freq == 0) { in wlansap_get_chan_band_restrict()
4018 restart_freq = TWOG_CHAN_6_IN_MHZ; in wlansap_get_chan_band_restrict()
4026 restart_freq = in wlansap_get_chan_band_restrict()
4029 restart_freq); in wlansap_get_chan_band_restrict()
4037 restart_freq = in wlansap_get_chan_band_restrict()
4043 if (restart_freq) { in wlansap_get_chan_band_restrict()
4045 restart_freq); in wlansap_get_chan_band_restrict()
4059 restart_freq = freq; in wlansap_get_chan_band_restrict()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c13397 uint32_t restart_freq, ap_chan_freq; in hdd_unsafe_channel_restart_sap() local
13473 restart_freq = 0; in hdd_unsafe_channel_restart_sap()
13482 restart_freq = restart_chan_store[i]; in hdd_unsafe_channel_restart_sap()
13486 if (!restart_freq) { in hdd_unsafe_channel_restart_sap()
13487 restart_freq = in hdd_unsafe_channel_restart_sap()
13492 if (!restart_freq) { in hdd_unsafe_channel_restart_sap()
13516 restart_freq, in hdd_unsafe_channel_restart_sap()
13605 uint32_t restart_freq; in hdd_lte_coex_restart_sap() local
13607 restart_freq = wlansap_get_safe_channel_from_pcl_and_acs_range( in hdd_lte_coex_restart_sap()
13612 restart_freq); in hdd_lte_coex_restart_sap()