Structure containing the parameters of the ME_RC_STATS_CFM message. More...
#include <me_task.h>

Data Fields | |
| uint8_t | sta_idx |
| Index of the station for which the RC statistics are provided. | |
| uint16_t | no_samples |
| Number of samples used in the RC algorithm. | |
| uint16_t | ampdu_len |
| Number of MPDUs transmitted (per sampling interval). | |
| uint16_t | ampdu_packets |
| Number of AMPDUs transmitted (per sampling interval). | |
| uint32_t | avg_ampdu_len |
| Average number of MPDUs in each AMPDU frame (EWMA). | |
| uint8_t | sw_retry_step |
| Current step 0 of the retry chain. | |
| uint8_t | sample_wait |
| Trial transmission period. | |
| uint16_t | retry_step_idx [RATE_CONTROL_STEPS] |
| Retry chain steps. | |
| struct rc_rate_stats | rate_stats [RC_MAX_N_SAMPLE+1] |
| RC statistics - Max number of RC samples, plus one for the HE TB statistics. | |
| uint32_t | tp [RC_MAX_N_SAMPLE+1] |
| Throughput - Max number of RC samples, plus one for the HE TB statistics. | |
Structure containing the parameters of the ME_RC_STATS_CFM message.
Definition at line 272 of file me_task.h.
1.6.1