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... | |
Detailed Description
Network security material structure.
- Note
- This is intended to be managed by the device_state_manager.c, and the setters and getters in that module should be used and no direct accesses should be made to this structure.
Definition at line 261 of file nrf_mesh.h.
Field Documentation
◆ nid
| uint8_t nrf_mesh_network_secmat_t::nid |
Network identifier.
Definition at line 264 of file nrf_mesh.h.
◆ encryption_key
| uint8_t nrf_mesh_network_secmat_t::encryption_key[NRF_MESH_KEY_SIZE] |
Encryption key.
Definition at line 266 of file nrf_mesh.h.
◆ privacy_key
| uint8_t nrf_mesh_network_secmat_t::privacy_key[NRF_MESH_KEY_SIZE] |
Privacy key.
Definition at line 268 of file nrf_mesh.h.
- mesh/core/api/nrf_mesh.h