Browse Source

WPS: Fix CONFIG_WPS=y compilation of wpa_supplicant

The wpa_supplicant compilation failed with CONFIG_WPS=y option
if CONFIG_CLIENT_MLME and CONFIG_IEEE80211R are not used.
Masashi Honma 15 years ago
parent
commit
f1b0de09d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/Makefile

+ 1 - 0
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