|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Update key material. More...
#include <types.h>
Data Fields | |
| struct infuse_rpc_req_header | header |
| uint8_t | key_id |
| Security key to update. | |
| uint8_t | key_action |
| Action to take. | |
| uint32_t | key_global_identifier |
| 24 bit key identifier (Network keys only) | |
| uint8_t | key_bitstream [32] |
| Key bitstream. | |
| uint8_t | reboot_delay |
| Reboot in this many seconds to load new keys. | |
Update key material.
| struct infuse_rpc_req_header rpc_security_key_update_request::header |
| uint8_t rpc_security_key_update_request::key_action |
Action to take.
| uint8_t rpc_security_key_update_request::key_bitstream[32] |
Key bitstream.
| uint32_t rpc_security_key_update_request::key_global_identifier |
24 bit key identifier (Network keys only)
| uint8_t rpc_security_key_update_request::key_id |
Security key to update.
| uint8_t rpc_security_key_update_request::reboot_delay |
Reboot in this many seconds to load new keys.