Searched refs:sta_freq_list (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_pcl.c | 3157 qdf_freq_t *sta_freq_list, uint8_t *ml_sta_idx) in policy_mgr_get_index_for_ml_sta_sap_dbs() argument 3160 if ((WLAN_REG_IS_24GHZ_CH_FREQ(sta_freq_list[ml_sta_idx[0]]) == in policy_mgr_get_index_for_ml_sta_sap_dbs() 3161 WLAN_REG_IS_24GHZ_CH_FREQ(sta_freq_list[ml_sta_idx[1]])) && in policy_mgr_get_index_for_ml_sta_sap_dbs() 3162 (WLAN_REG_IS_24GHZ_CH_FREQ(sta_freq_list[ml_sta_idx[0]]) == in policy_mgr_get_index_for_ml_sta_sap_dbs() 3165 sta_freq_list[ml_sta_idx[0]], in policy_mgr_get_index_for_ml_sta_sap_dbs() 3166 sta_freq_list[ml_sta_idx[1]], sap_freq); in policy_mgr_get_index_for_ml_sta_sap_dbs() 3176 if (WLAN_REG_IS_24GHZ_CH_FREQ(sta_freq_list[ml_sta_idx[0]]) == in policy_mgr_get_index_for_ml_sta_sap_dbs() 3177 WLAN_REG_IS_24GHZ_CH_FREQ(sta_freq_list[ml_sta_idx[1]])) { in policy_mgr_get_index_for_ml_sta_sap_dbs() 3190 sta_freq_list[ml_sta_idx[0]], in policy_mgr_get_index_for_ml_sta_sap_dbs() 3191 sta_freq_list[ml_sta_idx[1]], sap_freq); in policy_mgr_get_index_for_ml_sta_sap_dbs() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_hostapd.c | 5823 uint32_t sta_freq_list[MAX_NUMBER_OF_CONC_CONNECTIONS]; in hdd_handle_acs_2g_preferred_sap_conc() local 5860 psoc, sta_freq_list, sta_vdev_id_list, in hdd_handle_acs_2g_preferred_sap_conc() 5863 if (go_ch_freq == sta_freq_list[i]) in hdd_handle_acs_2g_preferred_sap_conc() 5865 if (WLAN_REG_IS_24GHZ_CH_FREQ(sta_freq_list[i])) in hdd_handle_acs_2g_preferred_sap_conc() 5866 go_new_ch_freq = sta_freq_list[i]; in hdd_handle_acs_2g_preferred_sap_conc() 5920 uint32_t sta_freq_list[MAX_NUMBER_OF_CONC_CONNECTIONS]; in hdd_handle_p2p_go_for_3rd_ap_conc() local 5940 psoc, sta_freq_list, sta_vdev_id_list, in hdd_handle_p2p_go_for_3rd_ap_conc() 5945 if (go_freq_list[0] != sta_freq_list[i] && in hdd_handle_p2p_go_for_3rd_ap_conc() 5947 psoc, go_freq_list[0], sta_freq_list[i])) in hdd_handle_p2p_go_for_3rd_ap_conc() 5963 if (go_new_ch_freq != sta_freq_list[i] && in hdd_handle_p2p_go_for_3rd_ap_conc() [all …]
|