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 98dfa0a commit 0dcb5a4Copy full SHA for 0dcb5a4
modules/hostap/Kconfig
@@ -37,6 +37,8 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
37
# TODO: Providing higher stack size for Enterprise mode to fix stack
38
# overflow issues. Need to identify the cause for higher stack usage.
39
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
40
+ # This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
41
+ default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
42
default 5800
43
44
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
0 commit comments