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 a6f98b7 commit c83423aCopy full SHA for c83423a
source/6LoWPAN/ws/ws_pae_controller.c
@@ -704,6 +704,9 @@ int8_t ws_pae_controller_stop(protocol_interface_info_entry_t *interface_ptr)
704
// Stores frame counter
705
ws_pae_controller_frame_counter_store(controller);
706
707
+ // Removes network keys from PAE controller and MAC
708
+ ws_pae_controller_nw_keys_remove(interface_ptr);
709
+
710
// If PAE has been initialized, deletes it
711
if (controller->pae_delete) {
712
controller->pae_delete(interface_ptr);
0 commit comments