diff options
Diffstat (limited to 'src/libcharon/sa/eap/eap_manager.h')
-rw-r--r-- | src/libcharon/sa/eap/eap_manager.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libcharon/sa/eap/eap_manager.h b/src/libcharon/sa/eap/eap_manager.h index ff548f6db..e318ef57a 100644 --- a/src/libcharon/sa/eap/eap_manager.h +++ b/src/libcharon/sa/eap/eap_manager.h @@ -55,7 +55,10 @@ struct eap_manager_t { void (*remove_method)(eap_manager_t *this, eap_constructor_t constructor); /** - * Enumerate the registered EAP methods for the given role. + * Enumerate the registered EAP authentication methods for the given role. + * + * @note Only authentication types are enumerated (e.g. EAP-Identity is not + * even though it is registered as method with this manager). * * @param role EAP role of methods to enumerate * @return enumerator over (eap_type_t type, u_int32_t vendor) |