:orphan: .. title:: NET_SOCKETS_NET_MGMT .. option:: 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 =================== \ :option:`NET_MGMT_EVENT ` && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_MGMT_EVENT_INFO ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:201`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``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 .. parsed-literal:: config NET_SOCKETS_NET_MGMT bool "Enable network management socket support [EXPERIMENTAL]" select \ :option:`NET_MGMT_EVENT_INFO ` depends on \ :option:`NET_MGMT_EVENT ` && \ :option:`NET_SOCKETS ` && \ :option:`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.)*