File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg
C++ definition: click here
Losely based on MLME-DEAUTHENTICATE.request
NOTE: there is no Deauthenticate Confirm, because Deauthenticate Request takes place immediately, and nothing can go wrong (there is no reply from the AP to wait for)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211PrimRequest | Base class for request primitives |
Name | Type | Description |
---|---|---|
address | MACAddress | |
reasonCode | int |
class Ieee80211Prim_DeauthenticateRequest extends Ieee80211PrimRequest { fields: MACAddress address; int reasonCode enum(Ieee80211ReasonCode); };