[PATCH] WPS: Failed to compile with CONFIG_WPS=y on wpa_supplicant

Masashi Honma honma
Sun Sep 13 18:42:27 PDT 2009


Hello.

The wpa_supplicant compilation failed with CONFIG_WPS=y option.

This patch solves this issue.

diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile
index e74eed8..74b2689 100644
--- a/wpa_supplicant/Makefile
+++ b/wpa_supplicant/Makefile
@@ -416,6 +416,7 @@ NEED_DH_GROUPS=y
 NEED_SHA256=y
 NEED_BASE64=y
 NEED_CRYPTO=y
+NEED_80211_COMMON=y
 
 ifdef CONFIG_WPS_UFD
 CFLAGS += -DCONFIG_WPS_UFD

Regards,
Masashi Honma.



More information about the Hostap mailing list