File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
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,4 +7,4 @@ CONFIG_NET_BUF_RX_COUNT=36
77# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
88# for MbedTLS gives us more control over the heap size.
99CONFIG_MBEDTLS_ENABLE_HEAP=y
10- CONFIG_MBEDTLS_HEAP_SIZE=60000
10+ CONFIG_MBEDTLS_HEAP_SIZE=70000
Original file line number Diff line number Diff line change @@ -36,3 +36,11 @@ CONFIG_NET_L2_WIFI_SHELL=y
3636# environment.
3737CONFIG_NET_MGMT_EVENT_QUEUE_TIMEOUT=5000
3838CONFIG_NET_MGMT_EVENT_QUEUE_SIZE=16
39+
40+ CONFIG_WIFI_CREDENTIALS=y
41+ CONFIG_FLASH=y
42+ CONFIG_FLASH_PAGE_LAYOUT=y
43+ CONFIG_FLASH_MAP=y
44+ CONFIG_NVS=y
45+ CONFIG_SETTINGS=y
46+ CONFIG_SETTINGS_NVS=y
You can’t perform that action at this time.
0 commit comments