Rtos API example

Embed: (wiki syntax)

« Back to documentation index

ns_keys_t Struct Reference

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 235 of file net_interface.h.


Field Documentation

The index associated to the current_active_network_key.

Definition at line 241 of file net_interface.h.

Last generated and activated key.

Definition at line 240 of file net_interface.h.

The index associated to the current_active_network_key.

Definition at line 239 of file net_interface.h.

The key that is currently active when a new key is generated and activated.

Definition at line 238 of file net_interface.h.