File tree 3 files changed +10
-2
lines changed
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
25
25
26
26
config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
27
27
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
29
29
def_int 41808 if WIFI_NM_WPA_SUPPLICANT_AP
30
30
# 30K is mandatory, but might need more for long duration use cases
31
31
def_int 30000
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ CONFIG_NET_BUF_RX_COUNT=36
7
7
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
8
8
# for MbedTLS gives us more control over the heap size.
9
9
CONFIG_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
36
36
# environment.
37
37
CONFIG_NET_MGMT_EVENT_QUEUE_TIMEOUT=5000
38
38
CONFIG_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