Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, usable by any SIM/AKA backend
This commit is contained in:
@@ -200,6 +200,16 @@ if USE_EAP_SIM_FILE
|
||||
PLUGINS += eap-sim-file
|
||||
endif
|
||||
|
||||
if USE_EAP_SIMAKA_PSEUDONYM
|
||||
SUBDIRS += plugins/eap_simaka_pseudonym
|
||||
PLUGINS += eap-simaka-pseudonym
|
||||
endif
|
||||
|
||||
if USE_EAP_SIMAKA_REAUTH
|
||||
SUBDIRS += plugins/eap_simaka_reauth
|
||||
PLUGINS += eap-simaka-reauth
|
||||
endif
|
||||
|
||||
if USE_EAP_MD5
|
||||
SUBDIRS += plugins/eap_md5
|
||||
PLUGINS += eap-md5
|
||||
|
||||
Reference in New Issue
Block a user