Plugin Commands: Key Establishment#

The Key Establishment commands provide commands to initiate key establishment with a remote target.

Macros#

#define

plugin key-establishment interpan [panId:2] [eui64:-1]

#define

plugin key-establishment start [nodeId:2] [endpoint:1]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_KEY_ESTABLISHMENT_PLUGIN_KEY_ESTABLISHMENT_INTERPAN#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_KEY_ESTABLISHMENT_PLUGIN_KEY_ESTABLISHMENT_INTERPAN

plugin key-establishment interpan [panId:2] [eui64:-1]

  • Initiate key establishment with the target device over interpan.

    • panId - INT16U - The PAN ID that the target is located on.

    • eui64 - OCTET_STRING - The target's EUI64 (big endian)


Definition at line 3774 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_KEY_ESTABLISHMENT_PLUGIN_KEY_ESTABLISHMENT_START#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_KEY_ESTABLISHMENT_PLUGIN_KEY_ESTABLISHMENT_START

plugin key-establishment start [nodeId:2] [endpoint:1]

  • Initiates key establishment with the target node ID.

    • nodeId - INT16U - Target node ID.

    • endpoint - INT8U - Target node's endpoint.


Definition at line 3781 of file ./app/framework/test/headers/cli.doc