Edit

Share via


eapmethodauthenticatorapis.h header

This header is used by Extensible Authentication Protocol Host. For more information, see:

eapmethodauthenticatorapis.h contains the following programming interfaces:

Functions

 
EapMethodAuthenticatorBeginSession

Creates a new EAP authentication session on the server EAPHost.
EapMethodAuthenticatorEndSession

Closes an EAP authentication session on the server EAPHost.
EapMethodAuthenticatorFreeErrorMemory

Releases error-specific memory allocated by the EAP authenticator method.
EapMethodAuthenticatorFreeMemory

Releases all memory associated with an opaque user interface context data buffer. (EapMethodAuthenticatorFreeMemory)
EapMethodAuthenticatorGetAttributes

Obtains an array of EAP authentication attributes from the EAP authenticator method.
EapMethodAuthenticatorGetInfo

Obtains a set of function pointers for an implementation of the loaded EAP authenticator method.EapMethodAuthenticatorGetInfo is a function prototype.
EapMethodAuthenticatorGetResult

Obtains the authentication result from the EAP authenticator method.
EapMethodAuthenticatorInitialize

Initializes an EAP authenticator method for the server EAPHost.
EapMethodAuthenticatorInvokeConfigUI

Defines a function that raises the EAP method's connection configuration user interface dialog box on the client.
EapMethodAuthenticatorReceivePacket

Processes an EAP authentication packet received by the server EAPHost and returns a response action.
EapMethodAuthenticatorSendPacket

Obtains an authentication packet from the EAP authenticator method to send to the supplicant.
EapMethodAuthenticatorSetAttributes

Provides updated EAP authentication attributes to set on the EAP authenticator method.
EapMethodAuthenticatorShutdown

Shuts down the EAP authenticator method and prepares to unload it from the server EAPHost.
EapMethodAuthenticatorUpdateInnerMethodParams

Updates the EAP authentication session settings previous established by a call to EapMethodAuthenticatorBeginSession from the server EAPHost.

Structures

 
EAP_AUTHENTICATOR_METHOD_ROUTINES

Contains a set of function pointers to the EAPHost Authenticator Method APIs.