Class Ieee80211Prim_AssociateRequest

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

C++ definition: click here

Losely based on MLME-ASSOCIATE.request

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.

Extends:

Ieee80211PrimRequest

Base class for request primitives

Known subclasses:

Ieee80211Prim_ReassociateRequest

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

Fields:

Name Type Description
address MACAddress
timeout double

Source code:

class Ieee80211Prim_AssociateRequest extends Ieee80211PrimRequest
{
    fields:
        MACAddress address;
        double timeout;
};