Authentication data parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint8_t | context_id |
ID of the context to set the authentication data for. More... | |
uint8_t | data [16] |
Authentication data. More... | |
Authentication data parameters.
Definition at line 344 of file serial_cmd.h.
uint8_t serial_cmd_prov_auth_data_t::context_id |
ID of the context to set the authentication data for.
Definition at line 346 of file serial_cmd.h.
uint8_t serial_cmd_prov_auth_data_t::data[16] |
Authentication data.
Definition at line 347 of file serial_cmd.h.