File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211MgmtFrames.msg
C++ definition: click here
Dis-association frame format (management frame + body) (same as De-authentication)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211ManagementFrame | Base class for 802.11 management frames (subclasses will add frame body contents) |
Name | Type | Description |
---|---|---|
type | ||
byteLength | ||
body | Ieee80211DisassociationFrameBody |
message Ieee80211DisassociationFrame extends Ieee80211ManagementFrame { fields: type = ST_DISASSOCIATION; byteLength = 34+getBody().getBodyLength(); Ieee80211DisassociationFrameBody body; };