EAPHost Supplicant Run-Time 函数

EAP Supplicant API 运行时函数如下所示。

功能 描述
EapHostPeerBeginSession 启动 EAP 身份验证会话。
EapHostPeerClearConnection 在对 EapHostPeerBeginSession的上一次调用中,调用方向 EAPHost 提供的 NotificationHandler 停止所有未来的回调。
EapHostPeerEndSession 终止 EAPHost 与调用请求之间的当前 EAP 身份验证会话。
EapHostPeerFreeEapError 释放 EAPHost API 返回的所有特定于 EAP 错误的内存。
EapHostFreeRuntimeMemory 释放运行时 API 使用的内存空间。
EapHostPeerGetAuthStatus 从 EAPHost 获取请求人的当前 EAP 身份验证状态。
EapHostPeerGetIdentity 从内部方法请求标识信息。
EapHostPeerGetResponseAttributes 从 EAPHost 获取 EAP 身份验证属性的数组。
EapHostPeerGetResult 获取指定 EAP 身份验证会话的身份验证结果。
EapHostPeerGetSendPacket 从 EAPHost 获取要发送到验证器的数据包。
EapHostPeerGetUIContext EapHostPeerInvokeInteractiveUI API 中使用的 EAPHost 获取 supplicant 的用户界面上下文。
EapHostPeerInitialize 初始化 supplicant 的 EAPHost。 EapHostInitializeEapHostUninitialize 必须作为对调用。
EapHostPeerProcessReceivedPacket 从服务器收到 EAP 数据包后,将 EAP 数据包传输到 EAPHost。
EapHostPeerSetResponseAttributes 向 EAPHost 提供更新的 EAP 身份验证属性。
EapHostPeerSetUIContext 为 EAPHost 上加载的 EAP 对等方法提供新的或更新的用户界面上下文。
EapHostPeerUninitialize 将 EapHost 统一化为请求者。 EapHostInitializeEapHostUninitialize 必须作为对调用。