Dot1xWaitForAuthStateCommand Object


Description:

Wait for supplicant authentication (for example, AUTH_SUCCESS).

Can be used with Command Sequencer: Yes

GUI Command Name: 802.1x: Wait For Supplicant Authentication

Parents: Sequencer

Dot1xWaitForAuthStateCommand Writable Attributes

Attribute Description
Common Writable Attributes ErrorOnFailure
ObjectList

List of project, port, emulated device or supplicant block handles.

Type: handle

Default: 0

WaitSupplicantState

Supplicant state for which to wait (for example, AUTH_SUCCESS).

Type: enum

Default: AUTH_SUCCESS

Possible Values:

Value Description
UNAUTHORIZED

Supplicant is not authorized.

AUTHENTICATING

Supplicant is being authenticated.

REAUTHENTICATING

Supplicant is being re-authenticated.

AUTH_SUCCESS

Supplicant has been authenticated.

AUTH_FAILED

Supplicant authentication has failed.

LOGGING_OFF

Supplicant is logging off.

WaitTime

Number of seconds to wait for authentication state change.

Type: double

Default: 30.0

Range: 0.005 - 2147483647.0

Dot1xWaitForAuthStateCommand Read-Only Attributes

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