Skip to content

Commit ba3aaf2

Browse files
committed
[nrf fromlist] net: wifi: shell: Enable Wi-Fi credentials support
Enable Wi-Fi credentials support. Update the heap sizes as required for enterprise mode. Upstream PR #: 88653 Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 6e740d6 commit ba3aaf2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

modules/hostap/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if WIFI_NM_WPA_SUPPLICANT
2525

2626
config 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

snippets/wifi-enterprise/wifi-enterprise.conf

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
77
CONFIG_MBEDTLS_ENABLE_HEAP=y
88
CONFIG_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
1120
CONFIG_TLS_CREDENTIALS_SHELL=y
1221
CONFIG_BASE64=y

0 commit comments

Comments
 (0)