Network beacon received structure. More...
#include <nrf_mesh_events.h>
Data Fields | |
const nrf_mesh_beacon_info_t * | p_beacon_info |
Pointer to the associated beacon info used to authenticate the incoming beacon. More... | |
const nrf_mesh_beacon_secmat_t * | p_beacon_secmat |
The security material within the p_beacon_info that authenticated the incoming beacon. More... | |
const nrf_mesh_rx_metadata_t * | p_rx_metadata |
RX metadata for the packet that produced the beacon. More... | |
const uint8_t * | p_auth_value |
Authentication value in the beacon. More... | |
uint32_t | iv_index |
IV index in the beacon. More... | |
struct { | |
net_state_iv_update_t iv_update | |
IV update flag in the beacon. More... | |
bool key_refresh | |
Key refresh flag in the beacon. More... | |
} | flags |
Network beacon received structure.
Definition at line 177 of file nrf_mesh_events.h.
const nrf_mesh_beacon_info_t* nrf_mesh_evt_net_beacon_received_t::p_beacon_info |
Pointer to the associated beacon info used to authenticate the incoming beacon.
Definition at line 179 of file nrf_mesh_events.h.
const nrf_mesh_beacon_secmat_t* nrf_mesh_evt_net_beacon_received_t::p_beacon_secmat |
The security material within the p_beacon_info
that authenticated the incoming beacon.
Definition at line 180 of file nrf_mesh_events.h.
const nrf_mesh_rx_metadata_t* nrf_mesh_evt_net_beacon_received_t::p_rx_metadata |
RX metadata for the packet that produced the beacon.
Definition at line 181 of file nrf_mesh_events.h.
const uint8_t* nrf_mesh_evt_net_beacon_received_t::p_auth_value |
Authentication value in the beacon.
Definition at line 182 of file nrf_mesh_events.h.
uint32_t nrf_mesh_evt_net_beacon_received_t::iv_index |
IV index in the beacon.
Definition at line 183 of file nrf_mesh_events.h.
net_state_iv_update_t nrf_mesh_evt_net_beacon_received_t::iv_update |
IV update flag in the beacon.
Definition at line 186 of file nrf_mesh_events.h.
bool nrf_mesh_evt_net_beacon_received_t::key_refresh |
Key refresh flag in the beacon.
Definition at line 187 of file nrf_mesh_events.h.