WLANSetEAPUserData/Examples/EAP-TTLS Userdata.xml
Simon Rozman 549621dbbd Extend examples section
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-17 11:01:21 +02:00

22 lines
945 B
XML

<?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>