2025-11-28 00:35:46 +09:00

30 lines
1.4 KiB
Plaintext

EAPHost Supplicant Sample
============================
This sample demonstrates how a supplicant can use EAPHost framework for doing EAP authentication.
Sample Language Implementations
===============================
This sample is available in the following language implementations:
C++
Files
=====
EapHostSupplicant.cpp
This file includes the functions to demonstrate how to use EAPHost supplicant APIs for doing EAP authentication.
To build the sample using the command prompt:
=============================================
1. Open the Command Prompt window and navigate to the directory containing the sample for a specific language.
2. Type "msbuild EapHostSupplicantSample".
To build the sample using Visual Studio 2011 (preferred method):
================================================================
1. Open File Explorer and navigate to the directory containing the sample for CPP language.
2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio.
3. In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.
To run the sample:
==================
1. Navigate to the directory that contains EapHostSupplicantSample.dll using the command prompt or File Explorer.
2. Type EapHostSupplicantSample at the command prompt, or double-click the icon for EapHostSupplicantSample.exe.