From be0be3d4859f96f453d3a10d18c5d3f7505ed70d Mon Sep 17 00:00:00 2001 From: Maochen Wang Date: Tue, 17 Dec 2024 14:04:11 +0800 Subject: [PATCH] hostap: Enable WPA_CLI if WIFI_NM_WPA_SUPPLICANT_CLI is selected Use WIFI_NM_WPA_SUPPLICANT_CLI to better control the config of WPA_CLI. Signed-off-by: Maochen Wang --- modules/hostap/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index 39a2f7a2187..f4607caa2fc 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -349,6 +349,7 @@ config WIFI_NM_WPA_SUPPLICANT_11AX config WPA_CLI bool "WPA CLI support" + default y if WIFI_NM_WPA_SUPPLICANT_CLI help Enable WPA CLI support for wpa_supplicant.