WPA-Enterprise-TLS.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <nonBroadcast>false</nonBroadcast>
  9. </SSIDConfig>
  10. <connectionType>ESS</connectionType>
  11. <connectionMode>auto</connectionMode>
  12. <autoSwitch>false</autoSwitch>
  13. <MSM>
  14. <security>
  15. <authEncryption>
  16. <authentication>WPA</authentication>
  17. <encryption>TKIP</encryption>
  18. <useOneX>true</useOneX>
  19. </authEncryption>
  20. <OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
  21. <EAPConfig>
  22. <EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodConfig">
  23. <EapMethod>
  24. <eapCommon:Type>13</eapCommon:Type>
  25. <eapCommon:AuthorId>0</eapCommon:AuthorId>
  26. </EapMethod>
  27. <Config xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1">
  28. <baseEap:Eap>
  29. <baseEap:Type>13</baseEap:Type>
  30. <eapTls:EapType>
  31. <eapTls:CredentialsSource>
  32. <eapTls:CertificateStore />
  33. </eapTls:CredentialsSource>
  34. <eapTls:ServerValidation>
  35. <eapTls:DisableUserPromptForServerValidation>false</eapTls:DisableUserPromptForServerValidation>
  36. <eapTls:ServerNames />
  37. </eapTls:ServerValidation>
  38. <eapTls:DifferentUsername>false</eapTls:DifferentUsername>
  39. </eapTls:EapType>
  40. </baseEap:Eap>
  41. </Config>
  42. </EapHostConfig>
  43. </EAPConfig>
  44. </OneX>
  45. </security>
  46. </MSM>
  47. </WLANProfile>
  48. <!--
  49. 0 = Name
  50. -->