WEP.xml 643 B

1234567891011121314151617181920212223242526272829303132
  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. <MSM>
  12. <security>
  13. <authEncryption>
  14. <authentication>open</authentication>
  15. <encryption>WEP</encryption>
  16. <useOneX>false</useOneX>
  17. </authEncryption>
  18. <sharedKey>
  19. <keyType>networkKey</keyType>
  20. <protected>false</protected>
  21. <keyMaterial>{2}</keyMaterial>
  22. </sharedKey>
  23. <keyIndex>0</keyIndex>
  24. </security>
  25. </MSM>
  26. </WLANProfile>
  27. <!--
  28. 0 = Name
  29. 1 = HexName
  30. 2 = Key
  31. -->