Ieee80211AssociationResponseFrameBody

Namespace inet::ieee80211

Ieee80211AssociationResponseFrameBody

class

Association response frame body format

Extends

Name Type Description
Ieee80211FrameBody (unknown -- not in documented files)

Fields

Name Type Description
bodyLength

assuming a 8-character SSID and 4 supported datarates //FIXME not a static value

statusCode int
aid short
supportedRates Ieee80211SupportedRatesElement

Source code

//
// Association response frame body format
//
class Ieee80211AssociationResponseFrameBody extends Ieee80211FrameBody
{
    bodyLength = 26; // assuming a 8-character SSID and 4 supported datarates       //FIXME not a static value
    int statusCode @enum(Ieee80211StatusCode);
    short aid;
    Ieee80211SupportedRatesElement supportedRates;
}

File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg