Ieee80211AssociateWaitCommand Object


Description:

Wait for client instances to associate.

Can be used with Command Sequencer: Yes

GUI Command Name: IEEE 802.11: Wait for client instances to Associate

Parents: Sequencer

Ieee80211AssociateWaitCommand Writable Attributes

Attribute Description
Common Writable Attributes ErrorOnFailure
ObjectList

List of objects to wait for.

Type: handle

Default: 0

WaitTime

Number of seconds to wait.

Type: double

Default: 30.0

Range: 0.005 - 2147483647.0

Ieee80211AssociateWaitCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes PassFailState, Successful, Unsuccessful
ClientsAssociationState

The current state of all clients from all device blocks and all ports.

Type: enum

Default: ASSOC_STATE_ASSOCIATED

Possible Values:

Value Description
ASSOC_STATE_IDLE

When the client is in IDLE state it is ready for association.

ASSOC_STATE_ASSOCIATING

The client has started association, but has not reached its final state. (Success or Fail)

ASSOC_STATE_PARTIALLY_ASSOCIATED

The association process its completed and some of the clients in this device block associated successfully.

ASSOC_STATE_ASSOCIATED

The client association was completed successfully.

ASSOC_STATE_DEASSOCIATING

The client has started deassociation, and have not reached its idle state.

ASSOC_STATE_ASSOCIATE_FAILED

The client association has failed.