Morse Micro IoT SDK  2.9.7
mmwlan_rc_stats Struct Reference

Detailed Description

Rate control statistics data structure.

Definition at line 2588 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint32_t n_entries
 The number of rate table entries. More...
 
uint32_t * rate_info
 Rate info for each rate table entry. More...
 
uint32_t * total_sent
 Total number of packets sent for each rate table entry. More...
 
uint32_t * total_success
 Total successes for each rate table entry. More...
 

Field Documentation

◆ n_entries

uint32_t mmwlan_rc_stats::n_entries

The number of rate table entries.

Definition at line 2591 of file mmwlan.h.

◆ rate_info

uint32_t* mmwlan_rc_stats::rate_info

Rate info for each rate table entry.

Definition at line 2593 of file mmwlan.h.

◆ total_sent

uint32_t* mmwlan_rc_stats::total_sent

Total number of packets sent for each rate table entry.

Definition at line 2595 of file mmwlan.h.

◆ total_success

uint32_t* mmwlan_rc_stats::total_success

Total successes for each rate table entry.

Definition at line 2597 of file mmwlan.h.


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