You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaswata Das
5c6fe3db62
|
4 years ago | |
---|---|---|
.. | ||
ceapcfg.cpp | 4 years ago | |
ceapcfg.h | 4 years ago | |
ceapcfg.rgs | 4 years ago | |
eap.c | 4 years ago | |
eap.def | 4 years ago | |
eap.h | 4 years ago | |
eap.rc | 4 years ago | |
exports.cpp | 4 years ago | |
makefile | 4 years ago | |
makefile.sdk | 4 years ago | |
readme.txt | 4 years ago | |
resource.h | 4 years ago | |
sources | 4 years ago |
readme.txt
This directory contains the source files for a sample Extensible
Authentication Protocol (EAP) DLL.
ceapcfg.cpp
ceapcfg.h
ceapcfg.rgs
eap.c
eap.def
eap.h
eap.rc
exports.cpp
resource.h
This sample requires ATL v2.1 or ATL v3.0.
To run the sample EAP DLL, do the following:
On the server:
1) run "regsvr32 eap.dll"
2) In the Routing and RemoteAccess Properties, check EAP in the Security tab.
3) Check "Grant Remote Access Permission" in the Remote Access Policy.
4) Edit the profile, check EAP and choose the Sample EAP.
5) Reboot.
On the client:
1) run "regsvr32 eap.dll"
2) Reboot.
For more information about developing for EAP on Windows, see the SDK documentation and the raseapif.h header file.