File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,9 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
489
489
cur -> ws_info -> hopping_schdule .fhss_bsi = ws_bs_ie .broadcast_schedule_identifier ;
490
490
cur -> ws_info -> hopping_schdule .fhss_bc_dwell_interval = ws_bs_ie .dwell_interval ;
491
491
492
+ cur -> ws_info -> hopping_schdule .channel_function = ws_bs_ie .channel_function ;
493
+ // TODO: Restart unicast schedule if configuration changed, start broadcast schedule (FHSS)
494
+
492
495
493
496
if (!cur -> ws_info -> configuration_learned ) {
494
497
// Generate own hopping schedules Follow first parent broadcast and plans and also use same unicast dwell
@@ -1042,6 +1045,7 @@ static void ws_bootstrap_event_handler(arm_event_s *event)
1042
1045
cur -> ws_info -> pan_configuration .rpl_routing_method = true;
1043
1046
cur -> ws_info -> pan_configuration .use_parent_bs = true;
1044
1047
cur -> ws_info -> pan_configuration .version = WS_FAN_VERSION_1_0 ;
1048
+ cur -> ws_info -> hopping_schdule .channel_function = WS_FIXED_CHANNEL ;
1045
1049
ws_llc_set_gtkhash (cur , cur -> ws_info -> gtkhash );
1046
1050
ws_bootstrap_fhss_activate (cur );
1047
1051
ws_bootstrap_event_operation_start (cur );
You can’t perform that action at this time.
0 commit comments