Skip to content

Commit

Permalink
WS: Learn parent unicast dwell time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed May 14, 2018
1 parent bd88fa0 commit f8d3d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/6LoWPAN/ws/ws_bootstrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
cur->ws_info->hopping_schdule.fhss_bc_dwell_interval = ws_bs_ie.dwell_interval;

cur->ws_info->hopping_schdule.channel_function = ws_bs_ie.channel_function;
cur->ws_info->hopping_schdule.fhss_uc_dwell_interval = ws_us->dwell_interval;

fhss_ws_configuration_t fhss_configuration;
memcpy(&fhss_configuration, ns_fhss_ws_configuration_get(cur->ws_info->fhss_api), sizeof(fhss_ws_configuration_t));
Expand Down

0 comments on commit f8d3d67

Please sign in to comment.