EAPHost Peer Method Run-Time Functions (Compact 2013)
3/26/2014
The EAP Peer Method API run-time functions are as follows.
In This Section
- EapPeerBeginSession
Starts a new authentication session on the peer EAPHost.
- EapPeerEndSession
Closes a current EAP authentication session between EAPHost and the peer.
- EapPeerGetIdentity
Obtains the identity for the EAP method that is calling.
- EapPeerGetInfo
Obtains a set of function pointers for an implementation of the loaded EAP peer method.
- EapPeerGetResponseAttributes
Obtains an array of EAP attributes from the EAP method.
- EapPeerGetResponsePacket
Obtains a response packet from the EAP method.
- EapPeerGetResult
Obtains the result of an authentication session from the EAP method.
- EapPeerGetUIContext
Obtains the user interface context from the EAP method.
- EapPeerInitialize
Initializes EAPHost for the peer method.
- EapPeerProcessRequestPacket
Processes a packet received by EAPHost from a supplicant.
- EapPeerSetCredentials
Supplies new or updated user credentials to the EAP method.
- EapPeerSetResponseAttributes
Provides an updated array of EAP attributes to the EAP method.
- EapPeerSetUIContext
Provides a user interface context to the EAP method.
- EapPeerShutdown
Shuts down the EAP method and prepares to unload its corresponding DLL.
See Also
Reference
EAPHost Peer Method Reference
EAPHost Peer Method Configuration Functions