WPA2-Enterprise-TLS.xml 1.7 KB

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