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

Provisioning authentication capabilities. More...

#include <nrf_mesh_prov_types.h>

Data Fields

uint8_t num_elements
 Number of elements in the device. More...
 
uint16_t algorithms
 Supported authentication algorithms. More...
 
uint8_t pubkey_type
 Supported public key types. More...
 
uint8_t oob_static_types
 Supported static OOB types. More...
 
uint8_t oob_output_size
 Output OOB data size. More...
 
uint16_t oob_output_actions
 Supported output OOB actions. More...
 
uint8_t oob_input_size
 Input OOB data size. More...
 
uint16_t oob_input_actions
 Supported input OOB actions. More...
 

Detailed Description

Provisioning authentication capabilities.

This structure is filled in with the preferred values for how authentication is to be performed. Only one method can be chosen for each of input/output authentication.

Definition at line 232 of file nrf_mesh_prov_types.h.

Field Documentation

◆ num_elements

uint8_t nrf_mesh_prov_oob_caps_t::num_elements

Number of elements in the device.

Definition at line 234 of file nrf_mesh_prov_types.h.

◆ algorithms

uint16_t nrf_mesh_prov_oob_caps_t::algorithms

Supported authentication algorithms.

Definition at line 235 of file nrf_mesh_prov_types.h.

◆ pubkey_type

uint8_t nrf_mesh_prov_oob_caps_t::pubkey_type

Supported public key types.

Definition at line 236 of file nrf_mesh_prov_types.h.

◆ oob_static_types

uint8_t nrf_mesh_prov_oob_caps_t::oob_static_types

Supported static OOB types.

Definition at line 237 of file nrf_mesh_prov_types.h.

◆ oob_output_size

uint8_t nrf_mesh_prov_oob_caps_t::oob_output_size

Output OOB data size.

Definition at line 238 of file nrf_mesh_prov_types.h.

◆ oob_output_actions

uint16_t nrf_mesh_prov_oob_caps_t::oob_output_actions

Supported output OOB actions.

Definition at line 239 of file nrf_mesh_prov_types.h.

◆ oob_input_size

uint8_t nrf_mesh_prov_oob_caps_t::oob_input_size

Input OOB data size.

Definition at line 240 of file nrf_mesh_prov_types.h.

◆ oob_input_actions

uint16_t nrf_mesh_prov_oob_caps_t::oob_input_actions

Supported input OOB actions.

Definition at line 241 of file nrf_mesh_prov_types.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated