Added a pseudo EAP type to allow an implementation to select the real type dynamically

This commit is contained in:
Martin Willi
2011-02-22 16:09:45 +01:00
parent 1a9f2443a2
commit d17304cd29
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -62,6 +62,8 @@ enum eap_type_t {
EAP_AKA = 23,
EAP_MSCHAPV2 = 26,
EAP_TNC = 38,
/** select EAP method dynamically based on i.e. EAP-Identity */
EAP_DYNAMIC = 252,
/** not a method, but an implementation providing different methods */
EAP_RADIUS = 253,
EAP_EXPANDED = 254,