Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_bindetects.c265 (rf->rf_patterntype == 1)); in dfs_bin_fixedpattern_check()
702 (rf->rf_patterntype == 1)); in dfs_bin_check()
705 if (rf->rf_patterntype == 1) in dfs_bin_check()
894 if ((rf->rf_ignore_pri_window > 0) && (rf->rf_patterntype != 2)) { in dfs_count_the_other_delay_elements()
902 } else if (rf->rf_patterntype == 2) { in dfs_count_the_other_delay_elements()
929 if ((rf->rf_patterntype == 2) && in dfs_count_the_other_delay_elements()
989 (rf->rf_patterntype == 1)); in dfs_bin_pri_check()
1016 if (rf->rf_patterntype != 2) { in dfs_bin_pri_check()
H A Ddfs_process_radarevent.c237 (rf->rf_patterntype == 1)); in dfs_is_real_radar()
445 if (rf->rf_patterntype != 1) { in dfs_confirm_radar_check()
503 if (rf->rf_patterntype == 2) { in __dfs_process_radarevent()
534 if (rf->rf_patterntype != in __dfs_process_radarevent()
H A Ddfs_init.c315 rf->rf_patterntype = dfs_radars[p].rp_patterntype; in dfs_init_radar_filters()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h670 uint32_t rf_patterntype; member