equal
deleted
inserted
replaced
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); |