Android: Add CONFIG_EAP_UNAUTH_TLS option to makefile
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
53414a7e35
commit
4ba83096e2
1 changed files with 11 additions and 0 deletions
|
@ -340,6 +340,17 @@ TLS_FUNCS=y
|
|||
CONFIG_IEEE8021X_EAPOL=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_EAP_UNAUTH_TLS
|
||||
# EAP-UNAUTH-TLS
|
||||
L_CFLAGS += -DEAP_UNAUTH_TLS
|
||||
ifndef CONFIG_EAP_UNAUTH_TLS
|
||||
OBJS += src/eap_peer/eap_tls.c
|
||||
OBJS_h += src/eap_server/eap_server_tls.c
|
||||
TLS_FUNCS=y
|
||||
endif
|
||||
CONFIG_IEEE8021X_EAPOL=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_EAP_PEAP
|
||||
# EAP-PEAP
|
||||
ifeq ($(CONFIG_EAP_PEAP), dyn)
|
||||
|
|
Loading…
Reference in a new issue