The latest development version of this page may be more current than this released 1.14.1 version.
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 && 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:50

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:575

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

config NET_MGMT_EVENT_INFO
    bool
    prompt "Enable passing information along with an event" if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    depends on NET_MGMT_EVENT && NET_MGMT && 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.

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