Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.
The following is an example of WirelessProfile XML data. The wireless profile is configured from the XML data in the following way:
SSID is set to SampleWISPNet.
Network type is set to ESS.
Authentication is set to WPAPSK.
Encryption is set to TKIP.
A network key is provided.
<?xml version="1.0" ?>
<WirelessProfile
http:"//www.microsoft.com/provisioning/WirelessProfile">
<version>1</version>
<ssid>SampleWISPNet</ssid>
<connectionType>ESS</connectionType>
<authentication>WPAPSK</authentication>
<encryption>TKIP</encryption>
<networkKey>WirelessKey!0</networkKey>
<keyProvidedAutomatically>0</keyProvidedAutomatically >
<IEEE802.1XEnabled>0</IEEE802.1XEnabled>
</WirelessProfile>