Struct Ieee80211SupportedRatesElement

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg

Structure to store supported rates

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Ieee80211SupportedRatesElement

Fields:

Name Type Description
numRates short

number of rates (max 8)

rate double[8]

in Mbit/s; should be multiple of 500 kbit/s

Source code:

struct Ieee80211SupportedRatesElement
{
    fields:
        short numRates; // number of rates (max 8)
        double rate[8]; // in Mbit/s; should be multiple of 500 kbit/s
};