iPXE
Data Fields
rc80211_ctx Struct Reference

A rate control context. More...

Data Fields

u32 goodness [2][NET80211_MAX_RATES]
 Goodness state for each rate, TX and RX. More...
 
u8 count [2][NET80211_MAX_RATES]
 Number of packets recorded for each rate. More...
 
int started
 Indication of whether we've set the device rate yet. More...
 
int packets
 Counter of all packets sent and received. More...
 

Detailed Description

A rate control context.

Definition at line 133 of file rc80211.c.

Field Documentation

◆ goodness

u32 rc80211_ctx::goodness[2][NET80211_MAX_RATES]

Goodness state for each rate, TX and RX.

Definition at line 136 of file rc80211.c.

Referenced by rc80211_update().

◆ count

u8 rc80211_ctx::count[2][NET80211_MAX_RATES]

Number of packets recorded for each rate.

Definition at line 139 of file rc80211.c.

◆ started

int rc80211_ctx::started

Indication of whether we've set the device rate yet.

Definition at line 142 of file rc80211.c.

◆ packets

int rc80211_ctx::packets

Counter of all packets sent and received.

Definition at line 145 of file rc80211.c.


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