iPXE
Data Fields
ath_hw_radar_conf Struct Reference

struct ath_hw_radar_conf - radar detection initialization parameters More...

#include <hw.h>

Data Fields

unsigned int pulse_inband
 
unsigned int pulse_inband_step
 
unsigned int pulse_height
 
unsigned int pulse_rssi
 
unsigned int pulse_maxlen
 
unsigned int radar_rssi
 
unsigned int radar_inband
 
int fir_power
 
int ext_channel
 

Detailed Description

struct ath_hw_radar_conf - radar detection initialization parameters

@pulse_inband: threshold for checking the ratio of in-band power to total power for short radar pulses (half dB steps) @pulse_inband_step: threshold for checking an in-band power to total power ratio increase for short radar pulses (half dB steps) @pulse_height: threshold for detecting the beginning of a short radar pulse (dB step) @pulse_rssi: threshold for detecting if a short radar pulse is gone (dB step) @pulse_maxlen: maximum pulse length (0.8 us steps)

@radar_rssi: RSSI threshold for starting long radar detection (dB steps) @radar_inband: threshold for checking the ratio of in-band power to total power for long radar pulses (half dB steps) @fir_power: threshold for detecting the end of a long radar pulse (dB)

@ext_channel: enable extension channel radar detection

Definition at line 511 of file hw.h.

Field Documentation

◆ pulse_inband

unsigned int ath_hw_radar_conf::pulse_inband

◆ pulse_inband_step

unsigned int ath_hw_radar_conf::pulse_inband_step

◆ pulse_height

unsigned int ath_hw_radar_conf::pulse_height

◆ pulse_rssi

unsigned int ath_hw_radar_conf::pulse_rssi

◆ pulse_maxlen

unsigned int ath_hw_radar_conf::pulse_maxlen

◆ radar_rssi

unsigned int ath_hw_radar_conf::radar_rssi

◆ radar_inband

unsigned int ath_hw_radar_conf::radar_inband

◆ fir_power

int ath_hw_radar_conf::fir_power

◆ ext_channel

int ath_hw_radar_conf::ext_channel

Definition at line 522 of file hw.h.

Referenced by ar5008_hw_set_radar_params(), and ar9003_hw_set_radar_params().


The documentation for this struct was generated from the following file: