We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bb8cd commit 06ca379Copy full SHA for 06ca379
modules/hostap/Kconfig
@@ -67,7 +67,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
67
# overflow issues. Need to identify the cause for higher stack usage.
68
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE || WIFI_USAGE_MODE_STA_AP
69
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
70
- default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
+ default 6144 if WIFI_NM_WPA_SUPPLICANT_AP
71
default 5800
72
73
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
0 commit comments