We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd88fa0 commit f8d3d67Copy full SHA for f8d3d67
source/6LoWPAN/ws/ws_bootstrap.c
@@ -582,6 +582,7 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
582
cur->ws_info->hopping_schdule.fhss_bc_dwell_interval = ws_bs_ie.dwell_interval;
583
584
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;
586
587
fhss_ws_configuration_t fhss_configuration;
588
memcpy(&fhss_configuration, ns_fhss_ws_configuration_get(cur->ws_info->fhss_api), sizeof(fhss_ws_configuration_t));
0 commit comments