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.
ns_keys_t Struct Reference
Structure for the network keys used by net_network_key_get. 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 for the network keys used by net_network_key_get.
Definition at line 238 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 244 of file net_interface.h.
| uint8_t current_active_network_key[16] | 
Last generated and activated key.
Definition at line 243 of file net_interface.h.
| uint8_t previous_active_key_index | 
The index associated to the current_active_network_key.
Definition at line 242 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 241 of file net_interface.h.
Generated on Tue Jul 12 2022 15:18:03 by
 1.7.2
 1.7.2