strongswan/src/libcharon/sa/eap
Tobias Brunner d6f70ff689 plugin-feature: Add vendor specific EAP method registration macros
Vendor specific EAP methods may be registered with:

    PLUGIN_CALLBACK(eap_method_register, <constructor>),
        PLUGIN_PROVIDE(EAP_SERVER_VENDOR, <type>, <vendor>),

Same for client implementations via EAP_PEER_VENDOR.

References #969.
2015-08-17 11:28:08 +02:00
..
eap_inner_method.h make TNC client authentication type available to IMVs 2013-02-12 20:38:05 +01:00
eap_manager.c Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
eap_manager.h Filter invalid EAP authentication types when enumerating them 2012-08-31 11:37:45 +02:00
eap_method.c plugin-feature: Add vendor specific EAP method registration macros 2015-08-17 11:28:08 +02:00
eap_method.h eap: Add an optional authentication details getter to the EAP method interface 2015-03-03 14:08:00 +01:00