EAPHost Peer Method Reference (Compact 2013)
3/26/2014
This section describes EAPHost peer methods for native EAP methods.
By default, Windows Embedded Compact does not have a native Extensible Authentication Protocol (EAP) method; Windows Embedded Compact only has some legacy EAP methods, which are covered in the Extensible Authentication Protocol section.
Developers can use the EAPHost Peer Method to develop a native EAP method.
In This Section
- EAPHost Peer Method Configuration Functions
Describes the EAP Peer Method API configuration functions.
- EAPHost Peer Method Enumerations
Describes the EAPHost Peer Method API enumerations.
- EAPHost Peer Method Run-Time Functions
Describes the EAP Peer Method API run-time functions.
- EAPHost Peer Method Structures
Describes the EAPHost Peer Method Structures.
These elements must be implemented in a conformant DLL by the author of the EAP peer method. The DLL with the implementation of these API elements is loaded and called by the client-side EAPHost.