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 Subsystem>/mgmt/osdp/Kconfig.cp:47
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:15 → <Zephyr Subsystem>/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.)