Dis-association frame body format (same as De-authentication)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
Ieee80211FrameBody | class |
Frame body base class used to hide various frame body types |
Name | Type | Description |
---|---|---|
bodyLength | short |
not an actual frame field |
reasonCode | int |
// // Dis-association frame body format (same as De-authentication) // class Ieee80211DisassociationFrameBody extends Ieee80211FrameBody { bodyLength = 2; int reasonCode @enum(Ieee80211ReasonCode); }