File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
source/Security/protocols/fwh_sec_prot Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -406,13 +406,15 @@ static void supp_fwh_sec_prot_state_machine(sec_prot_t *prot)
406
406
sec_prot_keys_ptk_eui_64_write (prot -> sec_keys , data -> remote_eui64 );
407
407
408
408
data -> common .ticks = 60 * 10 ; // 60 seconds
409
+ // KMP-FINISHED.indication
410
+ prot -> finished_ind (prot , sec_prot_result_get (& data -> common ), prot -> sec_keys );
409
411
sec_prot_state_set (prot , & data -> common , FWH_STATE_MESSAGE_3_RETRY_WAIT );
410
412
} else {
411
413
tr_info ("4WH: finish" );
414
+ // KMP-FINISHED.indication
415
+ prot -> finished_ind (prot , sec_prot_result_get (& data -> common ), prot -> sec_keys );
416
+ sec_prot_state_set (prot , & data -> common , FWH_STATE_FINISHED );
412
417
}
413
-
414
- // KMP-FINISHED.indication
415
- prot -> finished_ind (prot , sec_prot_result_get (& data -> common ), prot -> sec_keys );
416
418
break ;
417
419
418
420
case FWH_STATE_MESSAGE_3_RETRY_WAIT :
You can’t perform that action at this time.
0 commit comments