Skip to content

Commit 06ca379

Browse files
krish2718kapbh
authored andcommitted
modules: hostap: Fix SoF in softap mode
Due to recent changes, the stack usage is increased, fix the SoF. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 89bb8cd commit 06ca379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
6767
# overflow issues. Need to identify the cause for higher stack usage.
6868
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE || WIFI_USAGE_MODE_STA_AP
6969
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
70-
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
70+
default 6144 if WIFI_NM_WPA_SUPPLICANT_AP
7171
default 5800
7272

7373
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE

0 commit comments

Comments
 (0)