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 認証セッション設定を更新します。 |