Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c2048 struct wlan_chan_list *occupied_channels; in cm_fetch_ch_lst_from_occupied_lst() local
2050 occupied_channels = &rso_cfg->occupied_chan_lst; in cm_fetch_ch_lst_from_occupied_lst()
2061 for (i = 0; i < occupied_channels->num_chan && in cm_fetch_ch_lst_from_occupied_lst()
2062 occupied_channels->num_chan < CFG_VALID_CHANNEL_LIST_LEN; i++) { in cm_fetch_ch_lst_from_occupied_lst()
2064 occupied_channels->freq_list[i], band)) in cm_fetch_ch_lst_from_occupied_lst()
2068 occupied_channels->freq_list[i]; in cm_fetch_ch_lst_from_occupied_lst()