mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Android: Add Hotspot 2.0 into hostapd makefile
This makes the Android.mk for hostapd match the Makefile changes for optional Hotspot 2.0 support. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a437378f98
commit
378dec5af9
@ -201,6 +201,11 @@ endif
|
|||||||
|
|
||||||
ifdef CONFIG_HS20
|
ifdef CONFIG_HS20
|
||||||
NEED_AES_OMAC1=y
|
NEED_AES_OMAC1=y
|
||||||
|
CONFIG_PROXYARP=y
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_PROXYARP
|
||||||
|
CONFIG_L2_PACKET=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_SUITEB
|
ifdef CONFIG_SUITEB
|
||||||
@ -861,6 +866,15 @@ OBJS += src/common/gas.c
|
|||||||
OBJS += src/ap/gas_serv.c
|
OBJS += src/ap/gas_serv.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_PROXYARP
|
||||||
|
L_CFLAGS += -DCONFIG_PROXYARP
|
||||||
|
OBJS += src/ap/x_snoop.c
|
||||||
|
OBJS += src/ap/dhcp_snoop.c
|
||||||
|
ifdef CONFIG_IPV6
|
||||||
|
OBJS += src/ap/ndisc_snoop.c
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
OBJS += src/drivers/driver_common.c
|
OBJS += src/drivers/driver_common.c
|
||||||
|
|
||||||
ifdef CONFIG_ACS
|
ifdef CONFIG_ACS
|
||||||
|
Loading…
Reference in New Issue
Block a user