WPA-Enterprise-PEAP-MSCHAPv2.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
  3. <name>{0}</name>
  4. <SSIDConfig>
  5. <SSID>
  6. <name>{0}</name>
  7. </SSID>
  8. </SSIDConfig>
  9. <connectionType>ESS</connectionType>
  10. <connectionMode>auto</connectionMode>
  11. <MSM>
  12. <security>
  13. <authEncryption>
  14. <authentication>WPA</authentication>
  15. <encryption>TKIP</encryption>
  16. <useOneX>true</useOneX>
  17. </authEncryption>
  18. <OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
  19. <EAPConfig>
  20. <EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodConfig">
  21. <EapMethod>
  22. <eapCommon:Type>25</eapCommon:Type>
  23. <eapCommon:AuthorId>0</eapCommon:AuthorId>
  24. </EapMethod>
  25. <Config xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" xmlns:msPeap="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1" xmlns:msChapV2="http://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1">
  26. <baseEap:Eap>
  27. <baseEap:Type>25</baseEap:Type>
  28. <msPeap:EapType>
  29. <msPeap:ServerValidation>
  30. <msPeap:DisableUserPromptForServerValidation>false</msPeap:DisableUserPromptForServerValidation>
  31. <msPeap:TrustedRootCA />
  32. </msPeap:ServerValidation>
  33. <msPeap:FastReconnect>true</msPeap:FastReconnect>
  34. <msPeap:InnerEapOptional>0</msPeap:InnerEapOptional>
  35. <baseEap:Eap>
  36. <baseEap:Type>26</baseEap:Type>
  37. <msChapV2:EapType>
  38. <msChapV2:UseWinLogonCredentials>false</msChapV2:UseWinLogonCredentials>
  39. </msChapV2:EapType>
  40. </baseEap:Eap>
  41. <msPeap:EnableQuarantineChecks>false</msPeap:EnableQuarantineChecks>
  42. <msPeap:RequireCryptoBinding>false</msPeap:RequireCryptoBinding>
  43. <msPeap:PeapExtensions />
  44. </msPeap:EapType>
  45. </baseEap:Eap>
  46. </Config>
  47. </EapHostConfig>
  48. </EAPConfig>
  49. </OneX>
  50. </security>
  51. </MSM>
  52. </WLANProfile>
  53. <!--
  54. 0 = Name
  55. -->