Class Ieee80211FrameBody

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

Frame body base class used to hide various frame body types

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

Ieee80211AssociationRequestFrameBody (class)

Association request frame body format

Ieee80211AssociationResponseFrameBody (class)

Association response frame body format

Ieee80211AuthenticationFrameBody (class)

Authentication frame body format.

Ieee80211BeaconFrameBody (class)

Beacon frame body format.

Ieee80211DeauthenticationFrameBody (class)

De-authentication frame body format

Ieee80211DisassociationFrameBody (class)

Dis-association frame body format (same as De-authentication)

Ieee80211ProbeRequestFrameBody (class)

Probe request frame body format

Fields:

Name Type Description
bodyLength short

not an actual frame field

Source code:

//
// Frame body base class used to hide various frame body types
//
class Ieee80211FrameBody
{
    short bodyLength; // not an actual frame field
}