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... | |
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.
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.
uint16_t nrf_mesh_prov_oob_caps_t::algorithms |
Supported authentication algorithms.
Definition at line 235 of file nrf_mesh_prov_types.h.
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.
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.
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.
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.
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.
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.