Ieee80211DisassociationFrame
classDis-association frame body format (same as De-authentication)
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 | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // Dis-association frame body format (same as De-authentication) // class Ieee80211DisassociationFrame extends Ieee80211MgmtFrame { chunkLength = B(2); Ieee80211ReasonCode reasonCode; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrame.msg