Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EAP Peer Method API configuration functions are as follows.
Function | Description |
---|---|
EapPeerConfigBlob2Xml | Converts the configuration blob to XML. |
EapPeerConfigXml2Blob | Converts XML into the configuration blob. |
EapPeerCredentialsXml2Blob | Converts XML credentials into a BLOB. |
EapPeerFreeErrorMemory | Frees all EAP error-specific memory returned by EapHost peer APIs. |
EapPeerFreeMemory | Releases all memory allocated by EAP method OUT parameters. |
EapPeerInvokeConfigUI | Raises the EAP method's specific connection configuration user interface dialog on the client. |
EapPeerInvokeIdentityUI | Raises a custom interactive user interface dialog to obtain user identity information for the EAP method on the client. |
EapPeerInvokeInteractiveUI | Raises a custom interactive user interface dialog for the EAP method on the client. |
EapPeerQueryCredentialInputFields | Defines the implementation of an EAP method-specific function that obtains the EAP Single-Sign-On (SSO) credential input fields for that EAP method |
EapPeerQueryInteractiveUIInputFields | Defines the implementation of an EAP supplicant function that obtains the input fields for interactive user interface components to raise on the supplicant. |
EapPeerQueryUIBlobFromInteractiveUIInputFields | Converts user information into a user BLOB that can be consumed by EAPHost run-time functions. |
EapPeerQueryUserBlobFromCredentialInputFields | Defines the implementation of an EAP method-specific function that generates an EAP user credential blob from an EAP_CONFIG_INPUT_FIELD_ARRAY structure that contains credential data supplied by a supplicant user. |
Related topics