mka: Do not force entry into INIT state on CP state machine creation
Go through the SM_STEP_RUN() global transition to get into the INIT state to follow the state machine design more closely. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
785b219abd
commit
1cb5082567
1 changed files with 0 additions and 1 deletions
|
@ -477,7 +477,6 @@ struct ieee802_1x_cp_sm * ieee802_1x_cp_sm_init(struct ieee802_1x_kay *kay)
|
||||||
secy_cp_control_confidentiality_offset(sm->kay,
|
secy_cp_control_confidentiality_offset(sm->kay,
|
||||||
sm->confidentiality_offset);
|
sm->confidentiality_offset);
|
||||||
|
|
||||||
SM_ENTER(CP, INIT);
|
|
||||||
SM_STEP_RUN(CP);
|
SM_STEP_RUN(CP);
|
||||||
|
|
||||||
return sm;
|
return sm;
|
||||||
|
|
Loading…
Reference in a new issue