Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_radar.c232 int16_t chanindex; in dfs_set_thresholds() local
242 chanindex = dfs->dfs_curchan_radindex; in dfs_set_thresholds()
243 if ((chanindex < 0) || (chanindex >= DFS_NUM_RADAR_STATES)) { in dfs_set_thresholds()
246 chanindex, in dfs_set_thresholds()
256 rs = &(dfs->dfs_radar[chanindex]); in dfs_set_thresholds()