The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_MGMT_EVENT_STACK_SIZE

Stack size for the inner thread handling event callbacks

Type: int

Help

Set the internal stack size for NM to run registered callbacks on events.

Direct dependencies

NET_MGMT_EVENT && NET_MGMT && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.mgmt:26

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:566

Menu path: (top menu) → Networking → IP stack → Network Management API

config NET_MGMT_EVENT_STACK_SIZE
    int
    prompt "Stack size for the inner thread handling event callbacks" if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    default 768 if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    depends on NET_MGMT_EVENT && NET_MGMT && NETWORKING
    help
      Set the internal stack size for NM to run registered callbacks
      on events.

(Definitions include propagated dependencies, including from if’s and menus.)