iPXE
Data Fields
ieee80211_ie_rates Struct Reference

802.11 rates information element More...

#include <ieee80211.h>

Data Fields

u8 id
 Rates ID: 1 or 50. More...
 
u8 len
 Number of rates. More...
 
u8 rates [0]
 Rates data, one rate per byte. More...
 

Detailed Description

802.11 rates information element

The first 8 rates go in an IE of type RATES (1), and any more rates go in one of type EXT_RATES (50). Each rate is a byte with the low 7 bits equal to the rate in units of 500 kbps, and the high bit set if and only if the rate is "basic" (must be supported by all connected stations).

Definition at line 593 of file ieee80211.h.

Field Documentation

◆ id

u8 ieee80211_ie_rates::id

Rates ID: 1 or 50.

Definition at line 594 of file ieee80211.h.

◆ len

u8 ieee80211_ie_rates::len

Number of rates.

Definition at line 595 of file ieee80211.h.

◆ rates

u8 ieee80211_ie_rates::rates[0]

Rates data, one rate per byte.

Definition at line 596 of file ieee80211.h.


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