src/devices/wifi/wifi-default-parameters.h
changeset 2004 59eb6fb7b722
parent 1964 041240a915f8
child 2041 ed946b08a84b
equal deleted inserted replaced
2003:335dc094e52a 2004:59eb6fb7b722
    37 enum PhyStandard GetPhyStandard (void);
    37 enum PhyStandard GetPhyStandard (void);
    38 enum RateControlAlgorithm GetRateControlAlgorithm (void);
    38 enum RateControlAlgorithm GetRateControlAlgorithm (void);
    39 enum PhyModeParameter GetConstantDataRate (void);
    39 enum PhyModeParameter GetConstantDataRate (void);
    40 enum PhyModeParameter GetConstantCtlRate (void);
    40 enum PhyModeParameter GetConstantCtlRate (void);
    41 double GetIdealRateControlBer (void);
    41 double GetIdealRateControlBer (void);
       
    42 uint32_t GetArfRateControlSuccessThreshold (void);
       
    43 uint32_t GetArfRateControlTimerThreshold (void);
       
    44 uint32_t GetAarfRateControlMinSuccessThreshold (void);
       
    45 uint32_t GetAarfRateControlMinTimerThreshold (void);
       
    46 double GetAarfRateControlSuccessK (void);
       
    47 uint32_t GetAarfRateControlMaxSuccessThreshold (void);
       
    48 double GetAarfRateControlTimerK (void);
    42 
    49 
    43 double GetPhyEnergyDetectionThresholdDbm (void);
    50 double GetPhyEnergyDetectionThresholdDbm (void);
    44 double GetPhyRxNoiseDb (void);
    51 double GetPhyRxNoiseDb (void);
    45 double GetPhyTxPowerBaseDbm (void);
    52 double GetPhyTxPowerBaseDbm (void);
    46 double GetPhyTxPowerEndDbm (void);
    53 double GetPhyTxPowerEndDbm (void);