Home
last modified time | relevance | path

Searched refs:pcl_freqs (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c3480 uint32_t pcl_freqs[NUM_CHANNELS]; in wlansap_get_safe_channel() local
3506 status = policy_mgr_get_valid_chans(mac->psoc, pcl_freqs, &pcl_len); in wlansap_get_safe_channel()
3512 status = wlansap_filter_ch_based_acs(sap_ctx, pcl_freqs, &pcl_len); in wlansap_get_safe_channel()
3521 pcl_freqs, in wlansap_get_safe_channel()
3532 pcl_freqs, in wlansap_get_safe_channel()
3541 wlan_reg_is_5ghz_ch_freq(pcl_freqs[i])) { in wlansap_get_safe_channel()
3544 pcl_freqs[i])) { in wlansap_get_safe_channel()
3545 first_valid_non_dfs_5g_freq = pcl_freqs[i]; in wlansap_get_safe_channel()
3549 first_valid_dfs_5g_freq = pcl_freqs[i]; in wlansap_get_safe_channel()
3553 wlan_reg_is_6ghz_chan_freq(pcl_freqs[i])) { in wlansap_get_safe_channel()
[all …]
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_core.c2377 uint32_t *pcl_freqs, uint8_t *pcl_weights, in add_sbs_chlist_to_pcl() argument
2414 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
2435 pcl_freqs[*index] = chlist_5[i]; in add_sbs_chlist_to_pcl()
2448 pcl_freqs[*index] = chlist_6[i]; in add_sbs_chlist_to_pcl()
2461 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
2481 pcl_freqs[*index] = chlist_5[i]; in add_sbs_chlist_to_pcl()
2494 pcl_freqs[*index] = chlist_6[i]; in add_sbs_chlist_to_pcl()
2507 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
2524 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
2542 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c3022 uint32_t pcl_freqs[NUM_CHANNELS] = {0}; in wlan_hdd_sap_get_valid_channellist() local
3031 pcl_freqs, in wlan_hdd_sap_get_valid_channellist()
3044 WLAN_REG_IS_24GHZ_CH_FREQ(pcl_freqs[i]) && in wlan_hdd_sap_get_valid_channellist()
3045 !wlan_reg_is_disable_for_pwrmode(pdev, pcl_freqs[i], in wlan_hdd_sap_get_valid_channellist()
3047 freq_list[*channel_count] = pcl_freqs[i]; in wlan_hdd_sap_get_valid_channellist()
3050 (WLAN_REG_IS_5GHZ_CH_FREQ(pcl_freqs[i]) || in wlan_hdd_sap_get_valid_channellist()
3051 WLAN_REG_IS_6GHZ_CHAN_FREQ(pcl_freqs[i])) && in wlan_hdd_sap_get_valid_channellist()
3053 pdev, pcl_freqs[i], in wlan_hdd_sap_get_valid_channellist()
3055 freq_list[*channel_count] = pcl_freqs[i]; in wlan_hdd_sap_get_valid_channellist()