CONFIG_NET_DEBUG_MGMT_EVENT

Enable debug output on Net MGMT event core

Type: bool

Help

Add debug messages output on how Net MGMT events are handled.

Direct dependencies

NET_MGMT_EVENT && NET_MGMT && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.mgmt:57

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:469

Menu path: (top menu) → Networking → IP stack → Network Management API

config NET_DEBUG_MGMT_EVENT
    bool
    prompt "Enable debug output on Net MGMT event core" if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    depends on NET_MGMT_EVENT && NET_MGMT && NETWORKING
    help
      Add debug messages output on how Net MGMT events are handled.

(Definitions include propagated dependencies, including from if’s and menus.)