CONFIG_NET_MGMT_EVENT_INFO

Enable passing information along with an event

Type: bool

Help

Event notifier will be able to provide information to an event, and listeners will then be able to get it. Such information depends on the type of event.

Direct dependencies

NET_MGMT_EVENT && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig.mgmt:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87<Zephyr>/subsys/net/ip/Kconfig:775

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications

config NET_MGMT_EVENT_INFO
    bool "Enable passing information along with an event"
    depends on NET_MGMT_EVENT && NETWORKING
    help
      Event notifier will be able to provide information to an event,
      and listeners will then be able to get it. Such information depends
      on the type of event.

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