File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2506,6 +2506,12 @@ static void ws_bootstrap_authentication_completed(protocol_interface_info_entry_
2506
2506
ws_bootstrap_candidate_parent_free (cur , target_eui_64 );
2507
2507
// Go back for network scanning
2508
2508
ws_bootstrap_state_change (cur , ER_ACTIVE_SCAN );
2509
+
2510
+ // Start PAS interval between imin - imax.
2511
+ cur -> ws_info -> trickle_pas_running = true;
2512
+ trickle_start (& cur -> ws_info -> trickle_pan_advertisement_solicit , & cur -> ws_info -> trickle_params_pan_discovery );
2513
+
2514
+ // Parent selection is made before imin/2 so if there is parent candidates solicit is not sent
2509
2515
cur -> bootsrap_state_machine_cnt = randLIB_get_random_in_range (10 , cur -> ws_info -> trickle_params_pan_discovery .Imin >> 1 );
2510
2516
tr_info ("Making parent selection in %u s" , (cur -> bootsrap_state_machine_cnt / 10 ));
2511
2517
} else {
You can’t perform that action at this time.
0 commit comments