Ieee80211DeauthenticationFrame

Namespace inet::ieee80211

Ieee80211DeauthenticationFrame

class

De-authentication frame body format

Extends

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

Fields

Name Type Description
chunkLength
reasonCode Ieee80211ReasonCode

Source code

//
// De-authentication frame body format
//
class Ieee80211DeauthenticationFrame extends Ieee80211MgmtFrame
{
    chunkLength = B(2);
    Ieee80211ReasonCode reasonCode;
}

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