Class Ieee80211Prim_AssociateConfirm

File: src/inet/linklayer/ieee80211/mgmt/Ieee80211Primitives.msg

C++ definition

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

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
Ieee80211PrimConfirm class

Base class for confirm primitives

Known subclasses:

Name Type Description
Ieee80211Prim_ReassociateConfirm class

MLME-REASSOCIATE.confirm is very similar to MLME-ASSOCIATE.confirm

Fields:

Name Type Description
address MACAddress
resultCode int

Source code:

//
// Losely based on MLME-ASSOCIATE.confirm
// Possible result codes: SUCCESS, INVALID_PARAMETERS, TIMEOUT, REFUSED
//
class Ieee80211Prim_AssociateConfirm extends Ieee80211PrimConfirm
{
    MACAddress address;
}