TDLS: Support setting CONFIG_TDLS_TESTING in .config
Signed-off-by: Arik Nemtsov <arik@wizery.com> Cc: Kalyan C Gaddam <chakkal@iit.edu>
This commit is contained in:
parent
8c66e18511
commit
ba3936d990
2 changed files with 8 additions and 0 deletions
|
@ -182,6 +182,10 @@ NEED_SHA256=y
|
||||||
NEED_AES_OMAC1=y
|
NEED_AES_OMAC1=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_TDLS_TESTING
|
||||||
|
L_CFLAGS += -DCONFIG_TDLS_TESTING
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_PEERKEY
|
ifdef CONFIG_PEERKEY
|
||||||
L_CFLAGS += -DCONFIG_PEERKEY
|
L_CFLAGS += -DCONFIG_PEERKEY
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -163,6 +163,10 @@ NEED_SHA256=y
|
||||||
NEED_AES_OMAC1=y
|
NEED_AES_OMAC1=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_TDLS_TESTING
|
||||||
|
CFLAGS += -DCONFIG_TDLS_TESTING
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_PEERKEY
|
ifdef CONFIG_PEERKEY
|
||||||
CFLAGS += -DCONFIG_PEERKEY
|
CFLAGS += -DCONFIG_PEERKEY
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue