mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-06 04:04:01 -05:00
Fix wpa_supplicant CONFIG_AP=y build with WNM enabled
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
14df897c7a
commit
5d247692f6
@ -725,6 +725,9 @@ OBJS += ../src/ap/eap_user_db.o
|
|||||||
ifdef CONFIG_IEEE80211N
|
ifdef CONFIG_IEEE80211N
|
||||||
OBJS += ../src/ap/ieee802_11_ht.o
|
OBJS += ../src/ap/ieee802_11_ht.o
|
||||||
endif
|
endif
|
||||||
|
ifdef CONFIG_WNM
|
||||||
|
OBJS += ../src/ap/wnm_ap.o
|
||||||
|
endif
|
||||||
ifdef CONFIG_CTRL_IFACE
|
ifdef CONFIG_CTRL_IFACE
|
||||||
OBJS += ../src/ap/ctrl_iface_ap.o
|
OBJS += ../src/ap/ctrl_iface_ap.o
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user