]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/Android.mk
DPP: Configuration exchange
[thirdparty/hostap.git] / wpa_supplicant / Android.mk
index 509a88007255b80e7db20952e7aade9113935632..bc054171bdea7c7d2a9abd46475ff8a17b95cc4f 100644 (file)
@@ -254,6 +254,8 @@ NEED_HMAC_SHA512_KDF=y
 NEED_SHA256=y
 NEED_SHA384=y
 NEED_SHA512=y
+NEED_JSON=y
+NEED_GAS_SERVER=y
 endif
 
 ifdef CONFIG_OWE
@@ -1566,6 +1568,12 @@ OBJS += src/utils/ext_password.c
 L_CFLAGS += -DCONFIG_EXT_PASSWORD
 endif
 
+ifdef NEED_GAS_SERVER
+OBJS += src/common/gas_server.c
+L_CFLAGS += -DCONFIG_GAS_SERVER
+NEED_GAS=y
+endif
+
 ifdef NEED_GAS
 OBJS += src/common/gas.c
 OBJS += gas_query.c