File tree 2 files changed +10
-1
lines changed
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
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,6 +7,15 @@ CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
7
7
CONFIG_MBEDTLS_ENABLE_HEAP=y
8
8
CONFIG_MBEDTLS_HEAP_SIZE=70000
9
9
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
+
10
19
# For use with TLS credentials
11
20
CONFIG_TLS_CREDENTIALS_SHELL=y
12
21
CONFIG_BASE64=y
You can’t perform that action at this time.
0 commit comments