CONFIG_NET_SOCKETS_NET_MGMT
Enable network management socket support [EXPERIMENTAL]
Type: bool
Help
Select this if you want to use socket API to get network
managements events to your application.
Direct dependencies
NET_MGMT_EVENT
&& NET_SOCKETS
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/net/lib/sockets/Kconfig:230
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/lib/Kconfig:30
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API
config NET_SOCKETS_NET_MGMT
bool "Enable network management socket support [EXPERIMENTAL]"
select NET_MGMT_EVENT_INFO
select EXPERIMENTAL
depends on NET_MGMT_EVENT && NET_SOCKETS && NETWORKING
help
Select this if you want to use socket API to get network
managements events to your application.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)