Bug related to UNAUTH_TLS

Ben Greear greearb at candelatech.com
Thu Mar 19 20:03:20 EDT 2015


While trying to figure out why I could not get OSEN to authenticate,
I noticed this code in wpa_supplicant/Makefile:

ifdef CONFIG_EAP_UNAUTH_TLS
# EAP-UNAUTH-TLS
CFLAGS += -DEAP_UNAUTH_TLS
ifndef CONFIG_EAP_UNAUTH_TLS
OBJS += ../src/eap_peer/eap_tls.o
OBJS_h += ../src/eap_server/eap_server_tls.o
TLS_FUNCS=y
endif
CONFIG_IEEE8021X_EAPOL=y
endif


Should that second ifndef be something else?  I don't see how it
can be working as hoped...

Thanks,
Ben

-- 
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com



More information about the HostAP mailing list