OPEN.xml 665 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
  3. <name>{0}</name>
  4. <SSIDConfig>
  5. <SSID>
  6. <hex>{1}</hex>
  7. <name>{0}</name>
  8. </SSID>
  9. </SSIDConfig>
  10. <connectionType>ESS</connectionType>
  11. <connectionMode>manual</connectionMode>
  12. <MSM>
  13. <security>
  14. <authEncryption>
  15. <authentication>open</authentication>
  16. <encryption>none</encryption>
  17. <useOneX>false</useOneX>
  18. </authEncryption>
  19. </security>
  20. </MSM>
  21. <MacRandomization xmlns="http://www.microsoft.com/networking/WLAN/profile/v3">
  22. <enableRandomization>false</enableRandomization>
  23. </MacRandomization>
  24. </WLANProfile>
  25. <!--
  26. 0 = Name
  27. 1 = Hex
  28. -->