Losely based on MLME-AUTHENTICATE.confirm. Possible result codes: SUCCESS, INVALID_PARAMETERS, TIMEOUT, TOO_MANY_SIMULTANEOUS_REQUESTS, REFUSED
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Ieee80211PrimConfirm (class) |
Base class for confirm primitives |
Name | Type | Description |
---|---|---|
address | MACAddress | |
resultCode | int |
// // Losely based on MLME-AUTHENTICATE.confirm. // Possible result codes: SUCCESS, INVALID_PARAMETERS, TIMEOUT, TOO_MANY_SIMULTANEOUS_REQUESTS, REFUSED // class Ieee80211Prim_AuthenticateConfirm extends Ieee80211PrimConfirm { MACAddress address; }