SME: Fix build without 802.11r or WPS
authorJouni Malinen <j@w1.fi>
Mon, 12 Apr 2010 06:39:36 +0000 (09:39 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 12 Apr 2010 06:39:36 +0000 (09:39 +0300)
wpa_supplicant/Makefile

index 20ec31f..10bfd67 100644 (file)
@@ -1131,6 +1131,7 @@ OBJS += ../src/utils/base64.o
 endif
 
 ifdef NEED_SME
+NEED_80211_COMMON=y
 OBJS += sme.o
 CFLAGS += -DCONFIG_SME
 endif