Added eap-dynamic plugin which can proxy any other EAP method
This commit is contained in:
@@ -71,7 +71,7 @@ enum eap_type_t {
|
||||
EAP_EXPERIMENTAL = 255,
|
||||
/** not a method, but an implementation providing different methods */
|
||||
EAP_RADIUS = 256,
|
||||
/** not a method, select actual method dynamically based on e.g. the ID */
|
||||
/** not a method, select method dynamically based on client selection */
|
||||
EAP_DYNAMIC = 257,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user