|
@@ -874,6 +874,7 @@ static void mesh_mpm_fsm(struct wpa_supplicant *wpa_s, struct sta_info *sta,
|
|
break;
|
|
break;
|
|
case CNF_ACPT:
|
|
case CNF_ACPT:
|
|
wpa_mesh_set_plink_state(wpa_s, sta, PLINK_CNF_RCVD);
|
|
wpa_mesh_set_plink_state(wpa_s, sta, PLINK_CNF_RCVD);
|
|
|
|
+ eloop_cancel_timeout(plink_timer, wpa_s, sta);
|
|
eloop_register_timeout(
|
|
eloop_register_timeout(
|
|
conf->dot11MeshConfirmTimeout / 1000,
|
|
conf->dot11MeshConfirmTimeout / 1000,
|
|
(conf->dot11MeshConfirmTimeout % 1000) * 1000,
|
|
(conf->dot11MeshConfirmTimeout % 1000) * 1000,
|