Data Fields | |
const nrf_mesh_network_secmat_t * | p_secmat_net |
Network layer security material used in the decryption of the payload. More... | |
bool | key_refresh_in_phase2 |
The Key Refresh Flag indicates whether the Key Refresh procedure is in progress (see Section 3.10.4). More... | |
bool | iv_update_active |
The IV Update Flag indicates whether the IV Update procedure is in progress (see Section 3.10.5). More... | |
bool | is_friend_queue_empty |
The field is set to indicate whether the Friend Queue is empty or not. More... | |
uint32_t | iv_index |
The IV Index field contains the current IV Index. More... | |
Definition at line 394 of file nrf_mesh_events.h.
const nrf_mesh_network_secmat_t* nrf_mesh_evt_lpn_friend_update_t::p_secmat_net |
Network layer security material used in the decryption of the payload.
Definition at line 397 of file nrf_mesh_events.h.
bool nrf_mesh_evt_lpn_friend_update_t::key_refresh_in_phase2 |
The Key Refresh Flag indicates whether the Key Refresh procedure is in progress (see Section 3.10.4).
Definition at line 399 of file nrf_mesh_events.h.
bool nrf_mesh_evt_lpn_friend_update_t::iv_update_active |
The IV Update Flag indicates whether the IV Update procedure is in progress (see Section 3.10.5).
Definition at line 401 of file nrf_mesh_events.h.
bool nrf_mesh_evt_lpn_friend_update_t::is_friend_queue_empty |
The field is set to indicate whether the Friend Queue is empty or not.
Definition at line 403 of file nrf_mesh_events.h.
uint32_t nrf_mesh_evt_lpn_friend_update_t::iv_index |
The IV Index field contains the current IV Index.
Definition at line 405 of file nrf_mesh_events.h.