File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg
Structure to store supported rates
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
numRates | short | number of rates (max 8) |
rate | double[8] | in Mbit/s; should be multiple of 500 kbit/s |
struct Ieee80211SupportedRatesElement { fields: short numRates; // number of rates (max 8) double rate[8]; // in Mbit/s; should be multiple of 500 kbit/s };