nRF5 SDK for Mesh v1.0.1
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 204 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 206 of file nrf_mesh_prov_types.h.

◆ algorithms

uint16_t nrf_mesh_prov_oob_caps_t::algorithms

Supported authentication algorithms.

Definition at line 207 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 208 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 209 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 210 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 211 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 212 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 213 of file nrf_mesh_prov_types.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated