iPXE
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.
u8 count [2][NET80211_MAX_RATES]
 Number of packets recorded for each rate.
int started
 Indication of whether we've set the device rate yet.
int packets
 Counter of all packets sent and received.

Detailed Description

A rate control context.

Definition at line 134 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 137 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 140 of file rc80211.c.

◆ started

int rc80211_ctx::started

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

Definition at line 143 of file rc80211.c.

◆ packets

int rc80211_ctx::packets

Counter of all packets sent and received.

Definition at line 146 of file rc80211.c.


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