K 10 svn:author V 8 bschmidt K 8 svn:date V 27 2012-05-12T08:22:41.547577Z K 7 svn:log V 1233 MFC r234711, r234756-234759, r234786: r234711: fix EAP server support after the 0.7.3 import: - eap_xxx.c files have been renamed to eap_server_xxx.c - additional crypto files are required for some options - EAP_MD5 and EAP_GTC is now enabled by default to match vendor config - move each file on its own line to hopefully make further diffs easier to read EAP_SERVER is now enabled by default. Fiddling with HOSTAPD_CFLAGS in src.conf is no longer required to get a basic WPA-EAP/radius setup running. [1] r234756-234758: - Follow up r234711 and do same for the supplicant, one file/option per line. While here merge the options which are always enabled. - enable EAP_GTC and EAP_OTP to match upstream's default configuration - not only the file names have changed from eap_xxx.c to eap_server_xxx.c, the defines too r234759: Move crypto stuff into a common Makefile. While here fix the WITHOUT_OPENSSL build by using the wpa's internal crypto support if openssl is not available, this allows us to unconditionally enable EAP support. r234786: Fix WITHOUT_EXAMPLES build: While removing unnecessary entries from .PATH.c I missed that for the examples WPA_SUPPLICANT_DISTDIR/HOSTAPD_DISTDIR is explicitly added to .PATH. END