Class Ieee80211ReassociationRequestFrameBody

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

Re-association request frame body format (same as association)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
Ieee80211AssociationRequestFrameBody class

Association request frame body format

Fields:

Name Type Description
bodyLength short

not an actual frame field

currentAP MACAddress
SSID string
supportedRates Ieee80211SupportedRatesElement

Source code:

//
// Re-association request frame body format (same as association)
//
class Ieee80211ReassociationRequestFrameBody extends Ieee80211AssociationRequestFrameBody
{
    bodyLength = 26; // assuming a 8-character SSID and 4 supported datarates
    MACAddress currentAP;
}