@@ -1735,9 +1735,8 @@ static void ws_bootstrap_authentication_completed(bool success, protocol_interfa
1735
1735
if (success ) {
1736
1736
ws_bootstrap_set_test_key (cur );
1737
1737
1738
- ws_bootstrap_event_operation_start (cur );
1739
1738
1740
- // ws_bootstrap_event_configuration_start(cur);
1739
+ ws_bootstrap_event_configuration_start (cur );
1741
1740
} else {
1742
1741
// What else to do to start over again...
1743
1742
ws_bootstrap_event_discovery_start (cur );
@@ -1753,7 +1752,6 @@ static void ws_bootstrap_start_configuration_learn(protocol_interface_info_entry
1753
1752
cur -> ws_info -> configuration_learned = false;
1754
1753
// Clear parent info
1755
1754
1756
- ws_pae_controller_set_target (cur -> ws_info -> parent_info .addr ); // temporary!!! store since auth made later
1757
1755
memset (cur -> ws_info -> parent_info .addr , 0 , 8 );
1758
1756
1759
1757
// Clear all temporary information
@@ -2120,12 +2118,15 @@ void ws_bootstrap_network_scan_process(protocol_interface_info_entry_t *cur)
2120
2118
return ;
2121
2119
}
2122
2120
2121
+ ws_neighbor_class_neighbor_unicast_time_info_update (neighbor_info .ws_neighbor , & cur -> ws_info -> parent_info .ws_utt , cur -> ws_info -> parent_info .timestamp );
2122
+ ws_neighbor_class_neighbor_unicast_schedule_set (neighbor_info .ws_neighbor , & cur -> ws_info -> parent_info .ws_us );
2123
+
2124
+
2123
2125
ws_bootstrap_network_information_learn (cur );
2124
2126
ws_bootstrap_fhss_activate (cur );
2125
2127
2126
- ws_bootstrap_set_test_key (cur );
2127
- ws_bootstrap_event_configuration_start (cur );
2128
- //ws_bootstrap_event_authentication_start(cur);
2128
+ ws_pae_controller_set_target (cur -> ws_info -> parent_info .addr ); // temporary!!! store since auth
2129
+ ws_bootstrap_event_authentication_start (cur );
2129
2130
return ;
2130
2131
}
2131
2132
@@ -2136,9 +2137,8 @@ void ws_bootstrap_configure_process(protocol_interface_info_entry_t *cur)
2136
2137
ws_bootstrap_network_configuration_learn (cur );
2137
2138
2138
2139
2139
- // ws_bootstrap_event_operation_start(cur);
2140
+ ws_bootstrap_event_operation_start (cur );
2140
2141
2141
- ws_bootstrap_event_authentication_start (cur );
2142
2142
2143
2143
return ;
2144
2144
}
0 commit comments