:orphan: .. title:: NET_MGMT_EVENT_INFO .. option:: 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 =================== \ :option:`NET_MGMT_EVENT ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`NET_GPTP_VLAN ` - \ :option:`NET_L2_WIFI_MGMT ` - \ :option:`NET_SOCKETS_NET_MGMT ` - \ :option:`NET_CONNECTION_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.mgmt:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:828`` 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 .. parsed-literal:: config NET_MGMT_EVENT_INFO bool "Enable passing information along with an event" depends on \ :option:`NET_MGMT_EVENT ` && \ :option:`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.)*