Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in software

This commit is contained in:
Martin Willi
2009-10-09 13:02:19 +02:00
parent 36a3bccfcf
commit 4720815774
11 changed files with 546 additions and 1 deletions
+5
View File
@@ -219,6 +219,11 @@ if USE_EAP_AKA
PLUGINS += eapaka
endif
if USE_EAP_AKA_3GPP2
SUBDIRS += plugins/eap_aka_3gpp2
PLUGINS += eapaka-3gpp2
endif
if USE_EAP_MSCHAPV2
SUBDIRS += plugins/eap_mschapv2
PLUGINS += eapmschapv2