Describe the Initial Security features and requirements that will be used when forming or joining ZigBee Light Link networks.

Public Attribute Documentation#

bitmask#

uint32_t EmberZllInitialSecurityState::bitmask

This bitmask is unused. All values are reserved for future use.


Definition at line 240 of file stack/include/zll-types.h

keyIndex#

EmberZllKeyIndex EmberZllInitialSecurityState::keyIndex

The key encryption algorithm advertised by the application.


Definition at line 242 of file stack/include/zll-types.h

encryptionKey#

EmberKeyData EmberZllInitialSecurityState::encryptionKey

The encryption key for use by algorithms that require it.


Definition at line 244 of file stack/include/zll-types.h

preconfiguredKey#

EmberKeyData EmberZllInitialSecurityState::preconfiguredKey

The pre-configured link key used during classical ZigBee commissioning.


Definition at line 246 of file stack/include/zll-types.h