Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_bindetects.c76 uint32_t deltadur; in dfs_ts_within_window() local
78 deltadur = DFS_DIFF(pl->pl_elems[*index].p_dur, dur); in dfs_ts_within_window()
80 ((dur != 1) && (deltadur <= 2))) { in dfs_ts_within_window()
113 uint32_t deltadur; in dfs_ts_eq_prevts() local
117 deltadur = DFS_DIFF(pl->pl_elems[*index].p_dur, dur); in dfs_ts_eq_prevts()
120 (deltadur <= 2))) { in dfs_ts_eq_prevts()
871 uint32_t searchpri, searchdur, deltadur; in dfs_count_the_other_delay_elements() local
890 deltadur = DFS_DIFF(searchdur, refdur); in dfs_count_the_other_delay_elements()
914 if (primatch && (deltadur < durmargin)) { in dfs_count_the_other_delay_elements()