Skip to content

Commit 71e2834

Browse files
krish2718rlubos
authored andcommitted
Revert "[nrf fromlist] net: wifi: shell: Enable Wi-Fi credentials support"
This reverts commit e2f9c7b. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent ac020a1 commit 71e2834

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
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 55000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
28+
def_int 48000 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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ 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-
1910
# For use with TLS credentials
2011
CONFIG_TLS_CREDENTIALS_SHELL=y
2112
CONFIG_BASE64=y

0 commit comments

Comments
 (0)