Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_ucfg_api.c114 uint32_t sta_freq = 0; in ucfg_cm_get_connected_band() local
118 sta_freq = bss_chan->ch_freq; in ucfg_cm_get_connected_band()
121 if (wlan_reg_is_24ghz_ch_freq(sta_freq)) in ucfg_cm_get_connected_band()
123 else if (wlan_reg_is_5ghz_ch_freq(sta_freq) || in ucfg_cm_get_connected_band()
124 wlan_reg_is_6ghz_chan_freq(sta_freq)) in ucfg_cm_get_connected_band()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c514 uint32_t sta_freq = 0; in hdd_conn_get_connected_band() local
518 sta_freq = sta_ctx->conn_info.chan_freq; in hdd_conn_get_connected_band()
520 if (wlan_reg_is_24ghz_ch_freq(sta_freq)) in hdd_conn_get_connected_band()
522 else if (wlan_reg_is_5ghz_ch_freq(sta_freq) || in hdd_conn_get_connected_band()
523 wlan_reg_is_6ghz_chan_freq(sta_freq)) in hdd_conn_get_connected_band()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c2650 qdf_freq_t sta_freq, sbs_cut_off_freq; in policy_mgr_get_third_connection_pcl_table_index_sta_ll_lt_sap() local
2675 sta_freq = pm_conc_connection_list[0].freq; in policy_mgr_get_third_connection_pcl_table_index_sta_ll_lt_sap()
2677 sta_freq = pm_conc_connection_list[1].freq; in policy_mgr_get_third_connection_pcl_table_index_sta_ll_lt_sap()
2681 if (sta_freq < sbs_cut_off_freq) { in policy_mgr_get_third_connection_pcl_table_index_sta_ll_lt_sap()
H A Dwlan_policy_mgr_get_set_utils.c5113 qdf_freq_t sta_freq = 0; in policy_mgr_update_sta_scc_info_for_later_check() local
5121 sta_freq = pm_conc_connection_list[conn_index].freq; in policy_mgr_update_sta_scc_info_for_later_check()
5127 if (!sta_freq) in policy_mgr_update_sta_scc_info_for_later_check()
5140 if (pm_conc_connection_list[conn_index].freq == sta_freq && in policy_mgr_update_sta_scc_info_for_later_check()
5144 pm_ctx->last_disconn_sta_freq = sta_freq; in policy_mgr_update_sta_scc_info_for_later_check()