Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/os_if/tdls/src/
H A Dwlan_cfg80211_tdls.c231 uint8_t i = 0, j = 0, num_unique_freq = *num_freq; in tdls_fill_chan_freq_from_supported_ch_list() local
238 num_unique_freq < WLAN_MAC_MAX_SUPP_CHANNELS; i += 2) { in tdls_fill_chan_freq_from_supported_ch_list()
244 if (!freq || is_duplicate_freq(freq_lst, num_unique_freq, freq)) in tdls_fill_chan_freq_from_supported_ch_list()
255 freq_lst[num_unique_freq] = freq; in tdls_fill_chan_freq_from_supported_ch_list()
256 num_unique_freq++; in tdls_fill_chan_freq_from_supported_ch_list()
258 osif_debug("freq %d index %d ", freq, num_unique_freq); in tdls_fill_chan_freq_from_supported_ch_list()
261 num_unique_freq < WLAN_MAC_MAX_SUPP_CHANNELS; j++) { in tdls_fill_chan_freq_from_supported_ch_list()
268 is_duplicate_freq(freq_lst, num_unique_freq, freq)) in tdls_fill_chan_freq_from_supported_ch_list()
277 freq_lst[num_unique_freq] = freq; in tdls_fill_chan_freq_from_supported_ch_list()
278 osif_debug("freq %d index %d ", freq, num_unique_freq); in tdls_fill_chan_freq_from_supported_ch_list()
[all …]