Ieee80211DeauthenticationFrameBody

Namespace inet::ieee80211

Ieee80211DeauthenticationFrameBody

class

De-authentication frame body format

Extends

Name Type Description
Ieee80211FrameBody (unknown -- not in documented files)

Fields

Name Type Description
bodyLength
reasonCode int

Source code

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

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