WPA2-PSK.xml 829 B

12345678910111213141516171819202122232425262728293031323334
  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>WPA2PSK</authentication>
  16. <encryption>AES</encryption>
  17. <useOneX>false</useOneX>
  18. </authEncryption>
  19. <sharedKey>
  20. <keyType>passPhrase</keyType>
  21. <protected>false</protected>
  22. <keyMaterial>{1}</keyMaterial>
  23. </sharedKey>
  24. </security>
  25. </MSM>
  26. <MacRandomization xmlns="http://www.microsoft.com/networking/WLAN/profile/v3">
  27. <enableRandomization>false</enableRandomization>
  28. </MacRandomization>
  29. </WLANProfile>
  30. <!--
  31. 0 = Name
  32. 1 = Key
  33. -->