Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
ns_keys_t Struct Reference
Structure is used to hold currently active and previously used network keys. More...
#include <net_interface.h>
Data Fields | |
uint8_t | previous_active_network_key [16] |
The key that is currently active when a new key is generated and activated. | |
uint8_t | previous_active_key_index |
The index associated to the current_active_network_key. | |
uint8_t | current_active_network_key [16] |
Last generated and activated key. | |
uint8_t | current_active_key_index |
The index associated to the current_active_network_key. |
Detailed Description
Structure is used to hold currently active and previously used network keys.
Structure for the network keys used by net_network_key_get.
Definition at line 297 of file net_interface.h.
Field Documentation
uint8_t current_active_key_index |
The index associated to the current_active_network_key.
Definition at line 303 of file net_interface.h.
uint8_t current_active_network_key[16] |
Last generated and activated key.
Definition at line 302 of file net_interface.h.
uint8_t previous_active_key_index |
The index associated to the current_active_network_key.
Definition at line 301 of file net_interface.h.
uint8_t previous_active_network_key[16] |
The key that is currently active when a new key is generated and activated.
Definition at line 300 of file net_interface.h.
Generated on Tue Jul 12 2022 12:29:09 by
