Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="US-ASCII"?>
  2. <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
  3. <name>Spang_BYOD</name>
  4. <SSIDConfig>
  5. <SSID>
  6. <name>Spang_BYOD</name>
  7. </SSID>
  8. </SSIDConfig>
  9. <connectionType>ESS</connectionType>
  10. <connectionMode>auto</connectionMode>
  11. <MSM>
  12. <security>
  13. <authEncryption>
  14. <authentication>WPA2</authentication>
  15. <encryption>AES</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"
  21. xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon"
  22. xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodConfig">
  23. <EapMethod>
  24. <eapCommon:Type>25</eapCommon:Type>
  25. <eapCommon:AuthorId>0</eapCommon:AuthorId>
  26. </EapMethod>
  27. <Config xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
  28. xmlns:msPeap="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1"
  29. xmlns:msChapV2="http://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1">
  30. <baseEap:Eap>
  31. <baseEap:Type>25</baseEap:Type>
  32. <msPeap:EapType>
  33. <msPeap:ServerValidation>
  34. <msPeap:DisableUserPromptForServerValidation>false</msPeap:DisableUserPromptForServerValidation>
  35. <msPeap:TrustedRootCA />
  36. </msPeap:ServerValidation>
  37. <msPeap:FastReconnect>true</msPeap:FastReconnect>
  38. <msPeap:InnerEapOptional>0</msPeap:InnerEapOptional>
  39. <baseEap:Eap>
  40. <baseEap:Type>26</baseEap:Type>
  41. <msChapV2:EapType>
  42. <msChapV2:UseWinLogonCredentials>false</msChapV2:UseWinLogonCredentials>
  43. </msChapV2:EapType>
  44. </baseEap:Eap>
  45. <msPeap:EnableQuarantineChecks>false</msPeap:EnableQuarantineChecks>
  46. <msPeap:RequireCryptoBinding>false</msPeap:RequireCryptoBinding>
  47. <msPeap:PeapExtensions />
  48. </msPeap:EapType>
  49. </baseEap:Eap>
  50. </Config>
  51. </EapHostConfig>
  52. </EAPConfig>
  53. </OneX>
  54. </security>
  55. </MSM>
  56. </WLANProfile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement