created an eap-tnc method hull

This commit is contained in:
Andreas Steffen
2010-08-30 15:36:34 +02:00
parent 577893612f
commit d93e2e5409
9 changed files with 373 additions and 0 deletions
+5
View File
@@ -182,6 +182,11 @@ then
echo -n " --enable-eap-ttls" >> $INSTALLSHELL
fi
if [ "$USE_EAP_TNC" = "yes" ]
then
echo -n " --enable-eap-tnc" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
+1
View File
@@ -44,6 +44,7 @@ USE_EAP_IDENTITY="yes"
USE_EAP_RADIUS="yes"
USE_EAP_TLS="yes"
USE_EAP_TTLS="yes"
USE_EAP_TNC="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"