Compare commits
No commits in common. "master" and "1.1" have entirely different histories.
BIN
Examples/EAP-TLS Userdata.xml
Normal file
BIN
Examples/EAP-TLS Userdata.xml
Normal file
Binary file not shown.
Binary file not shown.
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials"
|
||||
xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon"
|
||||
xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
|
||||
<EapMethod>
|
||||
<eapCommon:Type>21</eapCommon:Type>
|
||||
<eapCommon:AuthorId>311</eapCommon:AuthorId>
|
||||
</EapMethod>
|
||||
<Credentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials">
|
||||
<EapTtls xmlns="http://www.microsoft.com/provisioning/EapTtlsUserPropertiesV1">
|
||||
<Username>user03</Username>
|
||||
<Password>user_0303</Password>
|
||||
</EapTtls>
|
||||
</Credentials>
|
||||
</EapHostUserCredentials>
|
@ -15,7 +15,7 @@ WLANSetEAPUserData <profile> <flags> <user data URI> [/i]
|
||||
| --------------- | ----------- |
|
||||
| `profile` | The name of the network profile (typically same as SSID) |
|
||||
| `flags` | Flags to pass to `WlanSetProfileEapXmlUserData()` function call (decimal number: 0=Current User, 1=All Users) |
|
||||
| `user data URI` | User data XML URI. Can be a path to an XML file, web URL where user data XML can be loaded from, etc. The XML schema varies according to the configured EAP method provider used by `profile`. For example: Microsoft's EAP-TLS requires the schema described in [EAP-TLS User Properties](https://docs.microsoft.com/en-us/windows/win32/eaphost/eap-tls-user-properties). |
|
||||
| `user data URI` | User data XML URI. Can be a path to an XML file, web URL where user data XML can be loaded from, etc. The XML schema varies according to the configured EAP method provider used by `profile`. For example: Microsoft's EAP-TLS requires the schema described in [EAP-TLS User Properties](https://msdn.microsoft.com/en-us/library/windows/desktop/bb204662.aspx). |
|
||||
| /i | Interactive: Pop-up a message dialog in case of error |
|
||||
|
||||
|
||||
|
@ -150,10 +150,6 @@
|
||||
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Xml Include="..\Examples\Microsoft EAP-TLS Userdata.xml" />
|
||||
<Xml Include="..\Examples\Microsoft EAP-TTLS Userdata %28inner non-EAP%29.xml" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
@ -13,9 +13,6 @@
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Examples">
|
||||
<UniqueIdentifier>{fe2655f9-bce6-47e8-84d5-6d78ca6006b6}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="WLANSetEAPUserData.cpp">
|
||||
@ -32,12 +29,4 @@
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Xml Include="..\Examples\Microsoft EAP-TLS Userdata.xml">
|
||||
<Filter>Examples</Filter>
|
||||
</Xml>
|
||||
<Xml Include="..\Examples\Microsoft EAP-TTLS Userdata %28inner non-EAP%29.xml">
|
||||
<Filter>Examples</Filter>
|
||||
</Xml>
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -1 +1 @@
|
||||
Subproject commit f9e65c8a75d96ecd08e0ca3cc171cade5e756da7
|
||||
Subproject commit 8654f36e2016bc27d7a30b1b914edd9b5d1a3019
|
Loading…
x
Reference in New Issue
Block a user