Add TDLS support to Android.mk
This commit is contained in:
parent
60eda5e47d
commit
bcb90f750d
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue