CONFIG_OSDP_MASTER_KEY

Secure Channel Master Key

Type: string

Help

Hexadecimal string representation of the the 16 byte OSDP Secure Channel master Key. This is a mandatory key when secure channel is enabled.

Direct dependencies

OSDP_SC_ENABLED && OSDP_MODE_CP && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • “NONE”

Kconfig definition

At <Zephyr>/subsys/mgmt/osdp/Kconfig.cp:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:15<Zephyr>/subsys/mgmt/osdp/Kconfig:106

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver

config OSDP_MASTER_KEY
    string "Secure Channel Master Key"
    default "NONE"
    depends on OSDP_SC_ENABLED && OSDP_MODE_CP && OSDP
    help
      Hexadecimal string representation of the the 16 byte OSDP Secure Channel
      master Key. This is a mandatory key when secure channel is enabled.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)