Class Ieee80211FrameBody

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg

C++ definition: click here

Frame body base class used to hide various frame body types

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.

Known subclasses:

Ieee80211AuthenticationFrameBody

Authentication frame body format.

Ieee80211DeauthenticationFrameBody

De-authentication frame body format

Ieee80211DisassociationFrameBody

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

Ieee80211ProbeRequestFrameBody

Probe request frame body format

Ieee80211AssociationRequestFrameBody

Association request frame body format

Ieee80211AssociationResponseFrameBody

Association response frame body format

Ieee80211BeaconFrameBody

Beacon frame body format.

Fields:

Name Type Description
bodyLength short

not an actual frame field

Source code:

class Ieee80211FrameBody
{
    fields:
        short bodyLength; // not an actual frame field
};