mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Android: Add dfs.c into build
This fixes Android build after commit
e76da50529
that added the new dfs.c file.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
0cf0af2e29
commit
f07bba3255
@ -820,6 +820,7 @@ OBJS += src/ap/wmm.c
|
|||||||
OBJS += src/ap/ap_list.c
|
OBJS += src/ap/ap_list.c
|
||||||
OBJS += src/ap/ieee802_11.c
|
OBJS += src/ap/ieee802_11.c
|
||||||
OBJS += src/ap/hw_features.c
|
OBJS += src/ap/hw_features.c
|
||||||
|
OBJS += src/ap/dfs.c
|
||||||
L_CFLAGS += -DNEED_AP_MLME
|
L_CFLAGS += -DNEED_AP_MLME
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_IEEE80211N
|
ifdef CONFIG_IEEE80211N
|
||||||
|
@ -771,6 +771,7 @@ OBJS += src/ap/wmm.c
|
|||||||
OBJS += src/ap/ap_list.c
|
OBJS += src/ap/ap_list.c
|
||||||
OBJS += src/ap/ieee802_11.c
|
OBJS += src/ap/ieee802_11.c
|
||||||
OBJS += src/ap/hw_features.c
|
OBJS += src/ap/hw_features.c
|
||||||
|
OBJS += src/ap/dfs.c
|
||||||
L_CFLAGS += -DNEED_AP_MLME
|
L_CFLAGS += -DNEED_AP_MLME
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_WPS
|
ifdef CONFIG_WPS
|
||||||
|
Loading…
Reference in New Issue
Block a user