Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_phyerr.c1378 struct spectral_process_phyerr_info_gen2 *phyerr_info, in target_if_spectral_populate_samp_params_gen2() argument
1396 if (!phyerr_info) { in target_if_spectral_populate_samp_params_gen2()
1409 acs_stats = phyerr_info->acs_stats; in target_if_spectral_populate_samp_params_gen2()
1410 pfft = phyerr_info->pfft; in target_if_spectral_populate_samp_params_gen2()
1411 p_sfft = phyerr_info->p_sfft; in target_if_spectral_populate_samp_params_gen2()
1412 p_rfqual = phyerr_info->p_rfqual; in target_if_spectral_populate_samp_params_gen2()
1414 params->hw_detector_id = phyerr_info->seg_id; in target_if_spectral_populate_samp_params_gen2()
1416 if (spectral->is_sec80_rssi_war_required && phyerr_info->seg_id == 1) in target_if_spectral_populate_samp_params_gen2()
1453 params->timestamp = (phyerr_info->tsf64 & SPECTRAL_TSMASK); in target_if_spectral_populate_samp_params_gen2()
1465 if (is_ch_width_160_or_80p80(ch_width) && phyerr_info->seg_id == 0) in target_if_spectral_populate_samp_params_gen2()
[all …]
Dtarget_if_spectral.h400 struct phyerr_info { struct