Class Ieee80211DeauthenticationFrameBody

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg

C++ definition: click here

De-authentication frame body format

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.

Ieee80211DeauthenticationFrameBody Ieee80211FrameBody

Extends:

Ieee80211FrameBody

Frame body base class used to hide various frame body types

Fields:

Name Type Description
bodyLength
reasonCode int

Source code:

class Ieee80211DeauthenticationFrameBody extends Ieee80211FrameBody
{
    fields:
        bodyLength = 2;
        int reasonCode enum(Ieee80211ReasonCode);
};