File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if WIFI_NM_WPA_SUPPLICANT
2525
2626config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
2727 def_int 66560 if WIFI_NM_HOSTAPD_AP
28- def_int 48000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
28+ def_int 55000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
2929 def_int 41808 if WIFI_NM_WPA_SUPPLICANT_AP
3030 # 30K is mandatory, but might need more for long duration use cases
3131 def_int 30000
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
77CONFIG_MBEDTLS_ENABLE_HEAP=y
88CONFIG_MBEDTLS_HEAP_SIZE=70000
99
10+ #For use with Wi-Fi Credentials
11+ CONFIG_WIFI_CREDENTIALS=y
12+ CONFIG_FLASH=y
13+ CONFIG_FLASH_PAGE_LAYOUT=y
14+ CONFIG_FLASH_MAP=y
15+ CONFIG_NVS=y
16+ CONFIG_SETTINGS=y
17+ CONFIG_SETTINGS_NVS=y
18+
1019# For use with TLS credentials
1120CONFIG_TLS_CREDENTIALS_SHELL=y
1221CONFIG_BASE64=y
You can’t perform that action at this time.
0 commit comments