net: sockets: kconfig: change hostap default socket pair add heap size
Reduce default socket pair add heap size in hostap case. Reduce 1 socket pair in wpa_supplicant case. Reduce 2 socket pairs in wpa_supplicant and hostapd coex case. Signed-off-by: Fengming Ye <frank.ye@nxp.com>
This commit is contained in:
parent
fd0ac07a21
commit
23494b7b68
1 changed files with 2 additions and 2 deletions
|
@ -370,8 +370,8 @@ if NET_SOCKETPAIR_HEAP
|
|||
|
||||
config HEAP_MEM_POOL_ADD_SIZE_SOCKETPAIR
|
||||
int
|
||||
default 13696 if WIFI_NM_HOSTAPD_AP
|
||||
default 9120 if WIFI_NM_WPA_SUPPLICANT
|
||||
default 9136 if WIFI_NM_HOSTAPD_AP
|
||||
default 6852 if WIFI_NM_WPA_SUPPLICANT
|
||||
default 256
|
||||
|
||||
endif # NET_SOCKETPAIR_HEAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue