EmberZllInitialSecurityState: {
    bitmask: number;
    encryptionKey: EmberKeyData;
    keyIndex: EmberZllKeyIndex;
    preconfiguredKey: EmberKeyData;
}

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

Type declaration

  • bitmask: number

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

  • encryptionKey: EmberKeyData

    The encryption key for use by algorithms that require it.

  • keyIndex: EmberZllKeyIndex

    The key encryption algorithm advertised by the application.

  • preconfiguredKey: EmberKeyData

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