Skip to content

Commit bbdb945

Browse files
committed
modules: hostap: Increase supplicant heap for enterprise mode
Increased wpa_supplicant heap size for enterprise mode to support larger certificates required during connection. This is needed in case if any larger certs are passed than default certs. Signed-off-by: Triveni Danda <[email protected]>
1 parent 97827b3 commit bbdb945

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
@@ -36,7 +36,7 @@ config WIFI_NM_WPA_SUPPLICANT_HEAP
3636
def_int 66560 if WIFI_NM_HOSTAPD_AP
3737
def_int 60000 if WIFI_USAGE_MODE_STA_AP
3838
def_int 55000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE && WIFI_CREDENTIALS
39-
def_int 48000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
39+
def_int 55000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
4040
def_int 41808 if WIFI_NM_WPA_SUPPLICANT_AP
4141
def_int 40000 if WIFI_NM_MAX_MANAGED_INTERFACES=2
4242
# 30K is mandatory, but might need more for long duration use cases

0 commit comments

Comments
 (0)