From 541b64747cdffe8cd7e4f7df062cbf1c83787ddd Mon Sep 17 00:00:00 2001 From: Fengming Ye Date: Tue, 18 Mar 2025 16:41:36 +0900 Subject: [PATCH] modules: hostap: enable DPP3 kconfig option DPP3 is must when we want to pass DPP certificate with different elliptical curves. Signed-off-by: Fengming Ye --- modules/hostap/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index 6fb9aa4a684..a835ebad9c0 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -347,6 +347,7 @@ config WIFI_NM_WPA_SUPPLICANT_DPP bool "WFA Easy Connect DPP" select DPP select DPP2 + select DPP3 select GAS select GAS_SERVER select OFFCHANNEL