Class Ieee80211Prim_AuthenticateRequest

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

C++ definition: click here

Losely based on MLME-AUTHENTICATE.request.

Note: the "authType" parameter (Open System, Shared Key, etc) is omitted. The authentication procedure is simulated by this model by exchanging a number of "dummy" authentication frames without real contents, and it is configured in the AP how many authentication steps it requires.

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_AuthenticateRequest Ieee80211PrimRequest

Extends:

Ieee80211PrimRequest

Base class for request primitives

Fields:

Name Type Description
address MACAddress
timeout double

Source code:

class Ieee80211Prim_AuthenticateRequest extends Ieee80211PrimRequest
{
    fields:
        MACAddress address;
        double timeout;
};