modules: hostap: Fix SoF in softap mode
Due to recent changes, the stack usage is increased, fix the SoF. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
committed by
Henrik Brix Andersen
parent
f71d52c4dd
commit
797a87c29c
@@ -67,7 +67,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
|
||||
# overflow issues. Need to identify the cause for higher stack usage.
|
||||
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE || WIFI_USAGE_MODE_STA_AP
|
||||
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
|
||||
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
|
||||
default 6144 if WIFI_NM_WPA_SUPPLICANT_AP
|
||||
default 5800
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
|
||||
|
||||
Reference in New Issue
Block a user