Plugin Commands: APS Link Key Authorization
This plugin provides a set of APIs and CLI commands for managing APS link key authorization
Macros#
plugin aps-link-key-auth add-cluster-exempted [cluster:2]
plugin aps-link-key-auth clear-exempt-list
plugin aps-link-key-auth enable [enable:1]
plugin aps-link-key-auth enable-with-exempt-list [enable:1] [exemptClusterList:2]
plugin aps-link-key-auth info
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_ADD_CLUSTER_EXEMPTED
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_ADD_CLUSTER_EXEMPTED
plugin aps-link-key-auth add-cluster-exempted [cluster:2]
Adds an entry to the cluster exempt list.
cluster - INT16U - Cluster to be added to the exempt list.
1344
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_CLEAR_EXEMPT_LIST
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_CLEAR_EXEMPT_LIST
plugin aps-link-key-auth clear-exempt-list
Clears the exempt list.
1349
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_ENABLE
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_ENABLE
plugin aps-link-key-auth enable [enable:1]
Enable or disable APS link key authorization for all clusters.
enable - INT8U - Set the enable state of the APS link key security.
1355
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_ENABLE_WITH_EXEMPT_LIST
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_ENABLE_WITH_EXEMPT_LIST
plugin aps-link-key-auth enable-with-exempt-list [enable:1] [exemptClusterList:2]
Enables or disables APS link key authorization and setup the exempt list.
enable - INT8U - Set the enable state of the APS link key security.
exemptClusterList - INT16U - List of exempted clusters.
1362
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_INFO
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_APS_LINK_KEY_AUTHORIZATION_PLUGIN_APS_LINK_KEY_AUTH_INFO
plugin aps-link-key-auth info
List information on the current state of APS link key authorization.
1367
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc