Ieee80211DeauthenticationFrame
classDe-authentication frame body format
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211MgmtFrame | class |
Frame body base class used to hide various frame body types |
Fields
Name | Type | Description |
---|---|---|
chunkLength | b | |
reasonCode | Ieee80211ReasonCode | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // De-authentication frame body format // class Ieee80211DeauthenticationFrame extends Ieee80211MgmtFrame { chunkLength = B(2); Ieee80211ReasonCode reasonCode; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrame.msg