mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -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
|
||||
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
|
||||
L_CFLAGS += -DCONFIG_PEERKEY
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user