implemented the PEAP tunneling protocol as an EAP plugin

This commit is contained in:
Andreas Steffen
2011-04-06 14:42:02 +02:00
parent 0e83847088
commit 1be296dfb2
15 changed files with 1427 additions and 1 deletions
+5
View File
@@ -182,6 +182,11 @@ then
echo -n " --enable-eap-ttls" >> $INSTALLSHELL
fi
if [ "$USE_EAP_PEAP" = "yes" ]
then
echo -n " --enable-eap-peap" >> $INSTALLSHELL
fi
if [ "$USE_EAP_TNC" = "yes" ]
then
echo -n " --enable-eap-tnc" >> $INSTALLSHELL