Class Ieee80211FrameBody

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

C++ definition

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.

Inheritance diagram:

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

Known subclasses:

Name Type Description
Ieee80211ActionFrameBody class (no description)
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
}