Class Ieee80211DeauthenticationFrameBody

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

De-authentication frame body format

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.

Extends:

Ieee80211FrameBody (class)

Frame body base class used to hide various frame body types

Fields:

Name Type Description
bodyLength short

not an actual frame field

reasonCode int

Source code:

//
// De-authentication frame body format
//
class Ieee80211DeauthenticationFrameBody extends Ieee80211FrameBody
{
    bodyLength = 2;
    int reasonCode enum(Ieee80211ReasonCode);
}