EAPHost Authenticator 方法函式
EAPHost Authenticator 方法 API 函式如下所示。
功能 | 描述 |
---|---|
EapMethodAuthenticatorBeginSession | 在伺服器 EAPHost 上建立新的 EAP 驗證會話。 |
EapMethodAuthenticatorEndSession | 關閉伺服器 EAPHost 上的 EAP 驗證工作階段。 |
EapMethodAuthenticatorFreeErrorMemory | 釋放 EAP 驗證器方法所配置的錯誤特定記憶體。 |
EapMethodAuthenticatorGetAttributes | 從 EAP 驗證器方法取得 EAP 驗證屬性的陣列。 |
EapMethodAuthenticatorGetInfo | 取得一組函式指標,以實作已載入的 EAP 驗證器方法。 |
EapMethodAuthenticatorGetResult | 從 EAP 驗證器方法取得驗證結果。 |
EapMethodAuthenticatorInitialize | 初始化伺服器 EAPHost 的 EAP 驗證器方法。 |
EapMethodAuthenticatorInvokeConfigUI | 定義函式,這個函式會在用戶端上引發EAP方法的連接組態使用者介面對話方塊。 |
EapMethodAuthenticatorReceivePacket | 處理伺服器 EAPHost 收到的 EAP 驗證封包,並傳回回應動作。 |
EapMethodAuthenticatorSendPacket | 從 EAP 驗證器方法取得驗證封包,以傳送至要求者。 |
EapMethodAuthenticatorSetAttributes | 提供更新的 EAP 驗證屬性,以在 EAP 驗證器方法上設定。 |
EapMethodAuthenticatorShutdown | 關閉 EAP 驗證器方法,並準備從伺服器 EAPHost 卸除它。 |
EapMethodAuthenticatorUpdateInnerMethodParams | 從伺服器 EAPHost 呼叫 EapMethodAuthenticatorBeginSession,更新先前建立的 EAP 驗證會話設定。 |