EAP Functions (Compact 2013)
3/26/2014
This section includes the EAP functions that are called by RAS.
In This Section
- RasEapBegin
Initiates an authentication session
- RasEapEnd
Ends an authentication session. RAS will call RasEapEnd regardless of whether the session completed successfully.
- RasEapFreeMemory
Frees memory buffers that are returned by the RasEapInvokeConfigUI, RasEapGetIdentity, and RasEapInvokeInteractiveUI functions.
- RasEapGetIdentity
Obtains identity information for the user who is requesting authentication
- RasEapGetInfo
Obtains a set of function pointers for a specified authentication protocol
- RasEapInitialize
Initializes or deinitializes the authentication protocol
- RasEapInvokeConfigUI
Obtains configuration information from the user
- RasEapInvokeInteractiveUI
Displays a UI from through which it can obtain authentication data from the user
- RasEapMakeMessage
The framework within which incoming and outgoing EAP packets, time outs, and other events such as authentication completion are processed for an EAP. RAS calls the RasEapMakeMessage function every time there is an incoming or outgoing packet.