DPP2: Build configuration flags for DPP version 2 support
The new CONFIG_DPP2=y build option for hostapd and wpa_supplicant is used to control whether new functionality defined after the DPP specification v1.0 is included. All such functionality are considered experimental and subject to change without notice and as such, not suitable for production use. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
a1983aa72c
commit
ce7effd08f
4 changed files with 12 additions and 0 deletions
|
@ -554,6 +554,9 @@ NEED_SHA512=y
|
|||
NEED_JSON=y
|
||||
NEED_GAS=y
|
||||
NEED_BASE64=y
|
||||
ifdef CONFIG_DPP2
|
||||
L_CFLAGS += -DCONFIG_DPP2
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_EAP_IKEV2
|
||||
|
|
|
@ -588,6 +588,9 @@ NEED_SHA512=y
|
|||
NEED_JSON=y
|
||||
NEED_GAS=y
|
||||
NEED_BASE64=y
|
||||
ifdef CONFIG_DPP2
|
||||
CFLAGS += -DCONFIG_DPP2
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_EAP_IKEV2
|
||||
|
|
|
@ -259,6 +259,9 @@ NEED_SHA512=y
|
|||
NEED_JSON=y
|
||||
NEED_GAS_SERVER=y
|
||||
NEED_BASE64=y
|
||||
ifdef CONFIG_DPP2
|
||||
L_CFLAGS += -DCONFIG_DPP2
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_OWE
|
||||
|
|
|
@ -291,6 +291,9 @@ NEED_SHA512=y
|
|||
NEED_JSON=y
|
||||
NEED_GAS_SERVER=y
|
||||
NEED_BASE64=y
|
||||
ifdef CONFIG_DPP2
|
||||
CFLAGS += -DCONFIG_DPP2
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_OWE
|
||||
|
|
Loading…
Reference in a new issue