Class Ieee80211Prim_AuthenticateConfirm

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

C++ definition: click here

Losely based on MLME-AUTHENTICATE.confirm. Possible result codes: SUCCESS, INVALID_PARAMETERS, TIMEOUT, TOO_MANY_SIMULTANEOUS_REQUESTS, REFUSED

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.

Extends:

Ieee80211PrimConfirm

Base class for confirm primitives

Fields:

Name Type Description
address MACAddress

Source code:

class Ieee80211Prim_AuthenticateConfirm extends Ieee80211PrimConfirm
{
    fields:
        MACAddress address;
};