Class Ieee80211Prim_DeauthenticateRequest

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)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Ieee80211Prim_DeauthenticateRequest Ieee80211PrimRequest

Extends:

Ieee80211PrimRequest

Base class for request primitives

Fields:

Name Type Description
address MACAddress
reasonCode int

Source code:

class Ieee80211Prim_DeauthenticateRequest extends Ieee80211PrimRequest
{
    fields:
        MACAddress address;
        int reasonCode enum(Ieee80211ReasonCode);
};