nRF5 SDK for Mesh v5.0.0
Data Fields
nrf_mesh_evt_net_beacon_received_t Struct Reference

Network beacon received structure. More...

#include <nrf_mesh_events.h>

Data Fields

const nrf_mesh_beacon_info_tp_beacon_info
 Pointer to the associated beacon info used to authenticate the incoming beacon. More...
 
const nrf_mesh_beacon_secmat_tp_beacon_secmat
 The security material within the p_beacon_info that authenticated the incoming beacon. More...
 
const nrf_mesh_rx_metadata_tp_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
 

Detailed Description

Network beacon received structure.

Definition at line 177 of file nrf_mesh_events.h.

Field Documentation

◆ p_beacon_info

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.

◆ p_beacon_secmat

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.

◆ p_rx_metadata

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.

◆ p_auth_value

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.

◆ iv_index

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.

◆ iv_update

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.

◆ key_refresh

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated