WPS: Fix CONFIG_WPS=y compilation of wpa_supplicant
authorMasashi Honma <honma@ictec.co.jp>
Mon, 14 Sep 2009 13:50:53 +0000 (16:50 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 14 Sep 2009 13:50:53 +0000 (16:50 +0300)
The wpa_supplicant compilation failed with CONFIG_WPS=y option
if CONFIG_CLIENT_MLME and CONFIG_IEEE80211R are not used.

wpa_supplicant/Makefile

index e74eed8..74b2689 100644 (file)
@@ -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