1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0"?>
- <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
- <name>{0}</name>
- <SSIDConfig>
- <SSID>
- <hex>{1}</hex>
- <name>{0}</name>
- </SSID>
- </SSIDConfig>
- <connectionType>ESS</connectionType>
- <connectionMode>manual</connectionMode>
- <MSM>
- <security>
- <authEncryption>
- <authentication>open</authentication>
- <encryption>none</encryption>
- <useOneX>false</useOneX>
- </authEncryption>
- </security>
- </MSM>
- <MacRandomization xmlns="http://www.microsoft.com/networking/WLAN/profile/v3">
- <enableRandomization>false</enableRandomization>
- </MacRandomization>
- </WLANProfile>
- <!--
- 0 = Name
- 1 = Hex
- -->
|