#include <ieee80211.h>
Data Fields | |
| u8 | id |
| Rates ID: 1 or 50. | |
| u8 | len |
| Number of rates. | |
| u8 | rates [0] |
| Rates data, one rate per byte. | |
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 592 of file ieee80211.h.
1.5.7.1