File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg
C++ definition: click here
Base class for confirm primitives
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
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 |
Name | Type | Description |
---|---|---|
resultCode | int |
class Ieee80211PrimConfirm { fields: int resultCode enum(Ieee80211PrimResultCode); };