Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_radarevent.c170 dfs->dfs_phyerr_freq_min, dfs->dfs_phyerr_freq_max); in dfs_print_radar_events()
199 dfs->dfs_phyerr_freq_max = 0; in dfs_print_radar_events()
651 dfs->dfs_phyerr_freq_max = 0; in dfs_radarfound_reset_vars()
734 if ((dfs->dfs_phyerr_freq_max - dfs->dfs_phyerr_freq_min) < in dfs_process_w53_pulses()
741 dfs->dfs_phyerr_freq_max, dfs->dfs_phyerr_freq_min, in dfs_process_w53_pulses()
745 dfs->dfs_phyerr_freq_max = 0; in dfs_process_w53_pulses()
1383 dfs->dfs_phyerr_freq_max = 0; in dfs_false_radarfound_reset_vars()
H A Ddfs_process_phyerr.c657 if (dfs->dfs_phyerr_freq_max < e.freq) in dfs_process_phyerr()
658 dfs->dfs_phyerr_freq_max = e. freq; in dfs_process_phyerr()
942 if (dfs->dfs_phyerr_freq_max < in dfs_process_phyerr_filter_offload()
944 dfs->dfs_phyerr_freq_max = in dfs_process_phyerr_filter_offload()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs.c583 dfs->dfs_phyerr_freq_max); in dfs_control()
617 dfs->dfs_phyerr_freq_max = 0; in dfs_control()
H A Ddfs_filter_init.c300 dfs->dfs_phyerr_freq_max = 0; in dfs_main_attach()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h1361 int dfs_phyerr_freq_max; member