Skip to content

Commit 83592e8

Browse files
krish2718kartben
authored andcommitted
modules: hostap: Decrease supplicant thread stack size
Based on few tests, it was observed that WPA supplicant's maximum usage for connection and disconnection is 4360. This would save ~4K which is huge as we have a crunch for RAM. This was missed when hostap was upstreamed from NCS. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 9f2f4a4 commit 83592e8

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
@@ -31,7 +31,7 @@ config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
3131

3232
config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
3333
int "Stack size for wpa_supplicant thread"
34-
default 8192
34+
default 5200
3535

3636
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
3737
int "Stack size for wpa_supplicant iface workqueue"

0 commit comments

Comments
 (0)