modules: hostap: Fix SoF
When connecting to a WPA3 connection, the max stack size observed was 5456, fix the SoF by increasing by 200bytes (cushion added). Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
c8f640a610
commit
24cbc8805b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
|
|||
|
||||
config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
|
||||
int "Stack size for wpa_supplicant thread"
|
||||
default 5200
|
||||
default 5600
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
|
||||
int "Stack size for wpa_supplicant iface workqueue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue