]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Include MS_FUNCS=y for EAP-pwd peer build
authorJouni Malinen <j@w1.fi>
Sun, 17 Apr 2022 09:30:56 +0000 (12:30 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Apr 2022 16:50:23 +0000 (19:50 +0300)
This is needed to allow wpa_supplicant to be built with EAP-pwd, but
without any other EAP method that pulled in MS_FUNCS.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/Android.mk
wpa_supplicant/Makefile

index bcdbd6c904b98b9886b01ee6b641646bb3d15fd6..ed1f1dc496098ddf83af6bd978e2e998c2e0cb8f 100644 (file)
@@ -740,6 +740,7 @@ OBJS += src/eap_peer/eap_pwd.c src/eap_common/eap_pwd_common.c
 CONFIG_IEEE8021X_EAPOL=y
 NEED_ECC=y
 NEED_DRAGONFLY=y
+MS_FUNCS=y
 endif
 
 ifdef CONFIG_EAP_EKE
index 69c80121cba7d5b3e57d051e0c8c797074cf4695..0bab313f23559a4f2f3375a6bb40bb2a3d1bdcc4 100644 (file)
@@ -753,6 +753,7 @@ OBJS += ../src/eap_peer/eap_pwd.o ../src/eap_common/eap_pwd_common.o
 CONFIG_IEEE8021X_EAPOL=y
 NEED_ECC=y
 NEED_DRAGONFLY=y
+MS_FUNCS=y
 endif
 
 ifdef CONFIG_EAP_EKE