Network security material structure. More...
#include <nrf_mesh.h>
Data Fields | |
uint8_t | nid |
Network identifier. More... | |
uint8_t | encryption_key [NRF_MESH_KEY_SIZE] |
Encryption key. More... | |
uint8_t | privacy_key [NRF_MESH_KEY_SIZE] |
Privacy key. More... | |
Network security material structure.
Definition at line 261 of file nrf_mesh.h.
uint8_t nrf_mesh_network_secmat_t::nid |
Network identifier.
Definition at line 264 of file nrf_mesh.h.
uint8_t nrf_mesh_network_secmat_t::encryption_key[NRF_MESH_KEY_SIZE] |
Encryption key.
Definition at line 266 of file nrf_mesh.h.
uint8_t nrf_mesh_network_secmat_t::privacy_key[NRF_MESH_KEY_SIZE] |
Privacy key.
Definition at line 268 of file nrf_mesh.h.