|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Go to the source code of this file.
Functions | |
| bool | infuse_rpc_command_security_authorised (struct epacket_rx_metadata *meta, struct rpc_security_key_update_request *req) |
| Application level authorisation check for security_key_update | |
SPDX-License-Identifier: FSL-1.1-ALv2
| bool infuse_rpc_command_security_authorised | ( | struct epacket_rx_metadata * | meta, |
| struct rpc_security_key_update_request * | req ) |
Application level authorisation check for security_key_update
Only required if CONFIG_INFUSE_RPC_COMMAND_SECURITY_KEY_UPDATE_REQUIRED_AUTH allows non-device authorised packets.
| meta | Metadata of the request |
| req | Request parameters |
| true | Command can run |
| false | Command cannot run |