Namespace inet::ieee80211
Ieee80211DeauthenticationFrame
classDe-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