Ieee80211MgmtFrame
classFrame body base class used to hide various frame body types
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee80211AssociationRequestFrame | class |
Association request frame body format |
Ieee80211AssociationResponseFrame | class |
Association response frame body format |
Ieee80211AuthenticationFrame | class |
Authentication frame body format. |
Ieee80211BeaconFrame | class |
Beacon frame body format. |
Ieee80211DeauthenticationFrame | class |
De-authentication frame body format |
Ieee80211DisassociationFrame | class |
Dis-association frame body format (same as De-authentication) |
Ieee80211ProbeRequestFrame | class |
Probe request frame body format |
Fields
Name | Type | Description |
---|---|---|
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Frame body base class used to hide various frame body types // class Ieee80211MgmtFrame extends FieldsChunk { }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrame.msg