mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
mesh: Add MPM FSM transitions from ESTAB to HOLDING for {OPN,CNF}_RJCT
These events were missing from the MPM FSM state transition table. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
02022564a0
commit
78ac368574
@ -971,6 +971,8 @@ static void mesh_mpm_fsm(struct wpa_supplicant *wpa_s, struct sta_info *sta,
|
||||
break;
|
||||
case PLINK_ESTAB:
|
||||
switch (event) {
|
||||
case OPN_RJCT:
|
||||
case CNF_RJCT:
|
||||
case CLS_ACPT:
|
||||
wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING);
|
||||
if (!reason)
|
||||
|
Loading…
Reference in New Issue
Block a user