]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix wpa_supplicant CONFIG_AP=y build with WNM enabled
authorJouni Malinen <j@w1.fi>
Sun, 16 Dec 2012 17:31:36 +0000 (19:31 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Dec 2012 17:31:36 +0000 (19:31 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

wpa_supplicant/Makefile

index bafecccccc7f1247cb4592060286fe9a939f57e7..52962d1459ce10dd8c621a46ea5fc1dc8fb44284 100644 (file)
@@ -725,6 +725,9 @@ OBJS += ../src/ap/eap_user_db.o
 ifdef CONFIG_IEEE80211N
 OBJS += ../src/ap/ieee802_11_ht.o
 endif
+ifdef CONFIG_WNM
+OBJS += ../src/ap/wnm_ap.o
+endif
 ifdef CONFIG_CTRL_IFACE
 OBJS += ../src/ap/ctrl_iface_ap.o
 endif