Class Ieee80211PrimConfirm

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

C++ definition: click here

Base class for confirm primitives

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.

Ieee80211PrimConfirm Ieee80211Prim_ScanConfirm Ieee80211Prim_AuthenticateConfirm Ieee80211Prim_AssociateConfirm

Known subclasses:

Ieee80211Prim_ScanConfirm

Losely based on MLME-SCAN.confirm Possible result codes: SUCCESS, INVALID_PARAMETERS

Ieee80211Prim_AuthenticateConfirm

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

Ieee80211Prim_AssociateConfirm

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

Fields:

Name Type Description
resultCode int

Source code:

class Ieee80211PrimConfirm
{
    fields:
        int resultCode enum(Ieee80211PrimResultCode);
};