joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

ns_keys_t Struct Reference

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

The index associated to the current_active_network_key.

Definition at line 303 of file net_interface.h.

Last generated and activated key.

Definition at line 302 of file net_interface.h.

The index associated to the current_active_network_key.

Definition at line 301 of file net_interface.h.

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

Definition at line 300 of file net_interface.h.