Class | Description |
---|---|
Authcap |
GetChannelAuthenticationCapabilities response was received. |
AuthcapWaiting |
Waiting for the
GetChannelAuthenticationCapabilities response. |
Ciphers |
State at which
CipherSuite that will be used during the session is
already picked. |
CiphersWaiting |
State at which getting Channel Cipher Suites is in progress.
|
OpenSessionComplete |
Indicates that
OpenSession response was received. |
OpenSessionWaiting |
Waiting for the
OpenSession response.Transition to OpenSessionComplete on DefaultAck
Transition to Authcap on Timeout |
Rakp1Complete |
At this state RAKP Message 2 was received - waiting for the confirmation to
send RAKP Message 3.
|
Rakp1Waiting |
Waiting for RAKP Message 2.
|
Rakp3Complete |
Empty state inserted to keep the convention of Waiting-Complete states.
|
Rakp3Waiting |
At this point of session challenge, RAKP Message 3 was sent,
StateMachine is waiting for RAKP Message 4.Transition to: Rakp3Complete on DefaultAck
Authcap on Timeout |
SessionValid |
State in which the session is valid and sending IPMI commands to the
remote machine is enabled. |
State |
The abstract for state of the
StateMachine . |
Uninitialized |
The initial state.
|
StateMachine
states.
To create custom action extend State
class.