Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_phyerr.c2366 struct spectral_phyerr_fft_report_gen3 *p_fft_report, in target_if_process_sfft_report_gen3() argument
2373 if (!p_fft_report || !p_sfft || !rparams) { in target_if_process_sfft_report_gen3()
2375 p_fft_report, p_sfft, rparams); in target_if_process_sfft_report_gen3()
2389 p_sfft->timestamp = p_fft_report->fft_timestamp; in target_if_process_sfft_report_gen3()
2391 p_sfft->fft_detector_id = get_bitfield(p_fft_report->hdr_a, in target_if_process_sfft_report_gen3()
2393 p_sfft->fft_num = get_bitfield(p_fft_report->hdr_a, 3, 2); in target_if_process_sfft_report_gen3()
2397 p_sfft->fft_radar_check = get_bitfield(p_fft_report->hdr_a, in target_if_process_sfft_report_gen3()
2399 peak_sidx = get_bitfield(p_fft_report->hdr_a, 11, 17); in target_if_process_sfft_report_gen3()
2400 p_sfft->fft_chn_idx = get_bitfield(p_fft_report->hdr_a, 3, 28); in target_if_process_sfft_report_gen3()
2401 p_sfft->fft_base_pwr_db = get_bitfield(p_fft_report->hdr_b, in target_if_process_sfft_report_gen3()
[all …]