Routines to print info about the security keys on the device.

License#

Copyright 2018 Silicon Laboratories Inc. www.silabs.com

The licensor of this software is Silicon Laboratories Inc. Your use of this software is governed by the terms of Silicon Labs Master Software License Agreement (MSLA) available at www.silabs.com/about-us/legal/master-software-license-agreement. This software is distributed to you in Source Code format and is governed by the sections of the MSLA applicable to Source Code.

/***************************************************************************/
#ifndef SILABS_SECURITY_CLI_H
#define SILABS_SECURITY_CLI_H

extern EmberCommandEntry changeKeyCommands[];

extern EmberKeyData cliPreconfiguredLinkKey;
extern EmberKeyData cliNetworkKey;

void changeKeyCommand(void);
void printKeyInfo(void);

#ifndef EMBER_AF_HAS_SECURITY_PROFILE_NONE
extern EmberCommandEntry emAfSecurityCommands[];
#endif

#endif // SILABS_SECURITY_CLI_H

Functions#

void

Variable Documentation#

changeKeyCommands#

EmberCommandEntry changeKeyCommands[]

cliPreconfiguredLinkKey#

EmberKeyData cliPreconfiguredLinkKey

cliNetworkKey#

EmberKeyData cliNetworkKey

emAfSecurityCommands#

EmberCommandEntry emAfSecurityCommands[]

Function Documentation#

changeKeyCommand#

void changeKeyCommand (void )
Parameters
TypeDirectionArgument NameDescription
voidN/A