Ieee80211PrimConfirm
classBase class for confirm primitives
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
cObject | (unknown -- not in documented files) |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee80211Prim_AssociateConfirm | class |
Losely based on MLME-ASSOCIATE.confirm Possible result codes: SUCCESS, INVALID_PARAMETERS, TIMEOUT, REFUSED |
Ieee80211Prim_AuthenticateConfirm | class |
Losely based on MLME-AUTHENTICATE.confirm. Possible result codes: SUCCESS, INVALID_PARAMETERS, TIMEOUT, TOO_MANY_SIMULTANEOUS_REQUESTS, REFUSED |
Ieee80211Prim_ScanConfirm | class |
Losely based on MLME-SCAN.confirm Possible result codes: SUCCESS, INVALID_PARAMETERS |
Fields
Name | Type | Description |
---|---|---|
resultCode | Ieee80211PrimResultCode |
Source code
// // Base class for confirm primitives // class Ieee80211PrimConfirm extends cObject { Ieee80211PrimResultCode resultCode; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211Primitives.msg