From bf161fd63f9b3c535004004dc20b4cc2d7b5d33a 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 5495b3eb77..2f3ee43b0b 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 # ==============================================================================