WPA-PSK.xml 677 B

12345678910111213141516171819202122232425262728293031
  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>WPAPSK</authentication>
  16. <encryption>TKIP</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. </WLANProfile>
  27. <!--
  28. 0 = Name
  29. 1 = Key
  30. -->