Skip to content

Commit f8d3d67

Browse files
author
Jarkko Paso
committed
WS: Learn parent unicast dwell time
1 parent bd88fa0 commit f8d3d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
582582
cur->ws_info->hopping_schdule.fhss_bc_dwell_interval = ws_bs_ie.dwell_interval;
583583

584584
cur->ws_info->hopping_schdule.channel_function = ws_bs_ie.channel_function;
585+
cur->ws_info->hopping_schdule.fhss_uc_dwell_interval = ws_us->dwell_interval;
585586

586587
fhss_ws_configuration_t fhss_configuration;
587588
memcpy(&fhss_configuration, ns_fhss_ws_configuration_get(cur->ws_info->fhss_api), sizeof(fhss_ws_configuration_t));

0 commit comments

Comments
 (0)