From 9a0580d4159d0cecb70582e24bb473e3bb3d8fd2 Mon Sep 17 00:00:00 2001 From: Patryk Lipinski Date: Thu, 30 Nov 2023 09:22:27 +0100 Subject: [PATCH] [nrf noup] WPA supplicant advanced features disabled This commit disables WPA_SUPP_ADVANCED_FEATURES. This change gives 25k free space of wifi app. Signed-off-by: Patryk Lipinski --- config/nrfconnect/chip-module/Kconfig.defaults | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig.defaults b/config/nrfconnect/chip-module/Kconfig.defaults index 371d375aaa..f3cb6040f2 100644 --- a/config/nrfconnect/chip-module/Kconfig.defaults +++ b/config/nrfconnect/chip-module/Kconfig.defaults @@ -260,6 +260,10 @@ config NRF700X_MAX_TX_TOKENS config NRF700X_MAX_TX_AGGREGATION default 1 +# it saves 25kB of FLASH +config WPA_SUPP_ADVANCED_FEATURES + default n + endif # CHIP_WIFI # ==============================================================================