From: Jouni Malinen Date: Sun, 17 Apr 2022 09:30:56 +0000 (+0300) Subject: Include MS_FUNCS=y for EAP-pwd peer build X-Git-Tag: hostap_2_11~2041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747c5f22811046193606161413d00c9cade834c0;p=thirdparty%2Fhostap.git Include MS_FUNCS=y for EAP-pwd peer build 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 --- diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index bcdbd6c90..ed1f1dc49 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -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 diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 69c80121c..0bab313f2 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -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