-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig.mgmt:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/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
config NET_MGMT_EVENT_INFO bool "Enable passing information along with an event" depends onNET_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.)