modules: hostap: Increase supplicant stack size
SoftAP operation needs around 5700 bytes of stack. With a buffer of 100 bytes, set the supplicant stack size to 5800. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
This commit is contained in:
parent
aa9d327abf
commit
eb9d98a1af
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
|
||||||
# TODO: Providing higher stack size for Enterprise mode to fix stack
|
# TODO: Providing higher stack size for Enterprise mode to fix stack
|
||||||
# overflow issues. Need to identify the cause for higher stack usage.
|
# overflow issues. Need to identify the cause for higher stack usage.
|
||||||
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
|
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
|
||||||
default 5600
|
default 5800
|
||||||
|
|
||||||
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
|
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
|
||||||
int "Stack size for wpa_supplicant iface workqueue"
|
int "Stack size for wpa_supplicant iface workqueue"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue