共用方式為


EAPHost Supplicant Run-Time 函式

EAP Supplicant API 執行時間函式如下所示。

函式 描述
EapHostPeerBeginSession 啟動 EAP 驗證會話。
EapHostPeerClearConnection 在先前呼叫EapHostPeerBeginSession 中,停止呼叫 EAPHost所提供的NotificationHandler的所有未來回呼。
EapHostPeerEndSession 終止 EAPHost 與呼叫要求之間的目前 EAP 驗證會話。
EapHostPeerFreeEapError 釋放 EAPHost API 傳回的所有 EAP 錯誤特定記憶體。
EapHostFreeRuntimeMemory 釋放執行時間 API 所使用的記憶體空間。
EapHostPeerGetAuthStatus 從 EAPHost 取得 supplicant 的目前 EAP 驗證狀態。
EapHostPeerGetIdentity 從內部方法要求身分識別資訊。
EapHostPeerGetResponseAttributes 從 EAPHost 取得 EAP 驗證屬性的陣列。
EapHostPeerGetResult 取得指定之 EAP 驗證會話的驗證結果。
EapHostPeerGetSendPacket 從 EAPHost 取得封包以傳送至驗證器。
EapHostPeerGetUICoNtext EapHostPeerInvokeInteractiveUI API 中用於 supplicant 的 EAPHost 取得 supplicant 的使用者介面內容。
EapHostPeerInitialize 初始化 supplicant 的 EAPHost。 EapHostInitializeEapHostUninitialize 必須呼叫為配對。
EapHostPeerProcessReceivedPacket 從伺服器收到 EAP 封包之後,將 EAP 封包傳輸至 EAPHost。
EapHostPeerSetResponseAttributes 提供 EAPHost 的已更新 EAP 驗證屬性。
EapHostPeerSetUICoNtext 將新的或更新的使用者介面內容提供給 EAPHost 上載入的 EAP 對等方法。
EapHostPeerUninitialize 針對支援者將 EapHost 單位化。 EapHostInitializeEapHostUninitialize 必須呼叫為配對。