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
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig.mgmt:41
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
→ <Zephyr>/subsys/net/ip/Kconfig:850
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.)