Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_son.c2019 uint16_t acs_chan_count = 0; in hdd_son_set_acs_channels() local
2058 acs_chan_count = sap_config->acs_cfg.ch_list_count; in hdd_son_set_acs_channels()
2064 for (j = 0; j < acs_chan_count; j++) { in hdd_son_set_acs_channels()
2079 num_channels = chan_idx + acs_chan_count; in hdd_son_set_acs_channels()
2087 sap_config->acs_cfg.ch_list_count = acs_chan_count; in hdd_son_set_acs_channels()
2092 sizeof(uint32_t) * acs_chan_count); in hdd_son_set_acs_channels()
2093 qdf_mem_copy(&sap_config->acs_cfg.freq_list[acs_chan_count], freq_list, in hdd_son_set_acs_channels()