Namespace inet::ieee80211
Ieee80211DisassociationFrameBody
classDis-association frame body format (same as De-authentication)
Extends
Name | Type | Description |
---|---|---|
Ieee80211FrameBody | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
bodyLength | ||
reasonCode | int |
Source code
// // Dis-association frame body format (same as De-authentication) // class Ieee80211DisassociationFrameBody extends Ieee80211FrameBody { bodyLength = 2; int reasonCode @enum(Ieee80211ReasonCode); }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg