diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index a835ebad9c0..dbb41f35933 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -34,7 +34,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE # TODO: Providing higher stack size for Enterprise mode to fix stack # overflow issues. Need to identify the cause for higher stack usage. default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE - default 5600 + default 5800 config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE int "Stack size for wpa_supplicant iface workqueue"