Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_nol.c309 int *nchan) in dfs_get_nol() argument
313 *nchan = 0; in dfs_get_nol()
322 dfs_nol[*nchan].nol_freq = nol->nol_freq; in dfs_get_nol()
323 dfs_nol[*nchan].nol_chwidth = nol->nol_chwidth; in dfs_get_nol()
324 dfs_nol[*nchan].nol_start_us = nol->nol_start_us; in dfs_get_nol()
325 dfs_nol[*nchan].nol_timeout_ms = nol->nol_timeout_ms; in dfs_get_nol()
326 ++(*nchan); in dfs_get_nol()
334 int nchan) in dfs_set_nol() argument
346 for (i = 0; i < nchan; i++) { in dfs_set_nol()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h355 #define DFS_GET_NOL_LOCKED(dfs, dfs_nol, nchan) \ argument
358 dfs_get_nol(dfs, dfs_nol, nchan); \
1765 int *nchan);
1775 int nchan);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c2967 uint16_t nchan = 0; in reg_get_band_channel_list_for_pwrmode() local
2985 nchan = reg_get_band_from_cur_chan_list(pdev, band_mask, channel_list, in reg_get_band_channel_list_for_pwrmode()
2989 return nchan; in reg_get_band_channel_list_for_pwrmode()