rc_rate_stats Struct Reference
[RC]

Statistics table. More...

#include <rc.h>

Data Fields

uint16_t attempts
 Number of attempts (per sampling interval).
uint16_t success
 Number of success (per sampling interval).
uint16_t probability
 Estimated probability of success (EWMA).
uint16_t rate_config
 Rate configuration of the sample.
union {
   struct {
      uint8_t   sample_skipped
 Number of times the sample has been skipped (per sampling interval).
      bool   old_prob_available
 Whether the old probability is available.
      bool   rate_allowed
 Whether the rate can be used in the retry chain.
   } 
   struct {
      uint16_t   ru_and_length
 RU size and UL length received in the latest HE trigger frame.
   } 
}; 

Detailed Description

Statistics table.

Definition at line 142 of file rc.h.


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

Generated on 14 Jan 2020 for Ceva-RW WLAN FullMAC SW documentation by  doxygen 1.6.1