modules: hostap: Set default stack size for softAP mode
This change is needed to handle to stack overflow issues when using SPIM. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
This commit is contained in:
parent
98dfa0aa0b
commit
0dcb5a4923
@ -37,6 +37,8 @@ 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
|
||||
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
|
||||
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
|
||||
default 5800
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user