Extend examples section

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2019-06-17 11:01:21 +02:00
parent 6bcb33af41
commit 549621dbbd
4 changed files with 36 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,21 @@
<?xml version="1.0" ?>
<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:eapUser="http://www.microsoft.com/provisioning/EapUserPropertiesV1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1"
xmlns:EapTtls="http://www.microsoft.com/provisioning/EapTtlsUserPropertiesV1">
<baseEap:Eap>
<baseEap:Type>21</baseEap:Type>
<EapTtls:eapTtls>
<EapTtls:Username>user03</EapTtls:Username>
<EapTtls:Password>user_0303</EapTtls:Password>
</EapTtls:eapTtls>
</baseEap:Eap>
</Credentials>
</EapHostUserCredentials>

View File

@ -150,6 +150,10 @@
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Xml Include="..\Examples\EAP-TLS Userdata.xml" />
<Xml Include="..\Examples\EAP-TTLS Userdata.xml" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -13,6 +13,9 @@
<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">
@ -29,4 +32,12 @@
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Xml Include="..\Examples\EAP-TLS Userdata.xml">
<Filter>Examples</Filter>
</Xml>
<Xml Include="..\Examples\EAP-TTLS Userdata.xml">
<Filter>Examples</Filter>
</Xml>
</ItemGroup>
</Project>