mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Add TDLS support to Android.mk
This commit is contained in:
parent
60eda5e47d
commit
bcb90f750d
@ -171,6 +171,13 @@ NEED_SHA256=y
|
|||||||
NEED_AES_OMAC1=y
|
NEED_AES_OMAC1=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_TDLS
|
||||||
|
L_CFLAGS += -DCONFIG_TDLS
|
||||||
|
OBJS += src/rsn_supp/tdls.o
|
||||||
|
NEED_SHA256=y
|
||||||
|
NEED_AES_OMAC1=y
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_PEERKEY
|
ifdef CONFIG_PEERKEY
|
||||||
L_CFLAGS += -DCONFIG_PEERKEY
|
L_CFLAGS += -DCONFIG_PEERKEY
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user