mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
Android: Define CONFIG_TESTING_OPTIONS if enabled in config
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
178553b709
commit
35bb8a9a57
@ -897,6 +897,10 @@ OBJS += mbo.c
|
||||
L_CFLAGS += -DCONFIG_MBO
|
||||
endif
|
||||
|
||||
ifdef CONFIG_TESTING_OPTIONS
|
||||
L_CFLAGS += -DCONFIG_TESTING_OPTIONS
|
||||
endif
|
||||
|
||||
ifdef NEED_RSN_AUTHENTICATOR
|
||||
L_CFLAGS += -DCONFIG_NO_RADIUS
|
||||
NEED_AES_WRAP=y
|
||||
|
Loading…
Reference in New Issue
Block a user