DESTID Pre-Configuration Code Example

Send Feedback

You must also add an entry to .provxml that defines the DestID for the network connection. The same SSID must be used in the .provxml file as is in the Preset registry key. There must be a DestID entry for each of the networks that is to be pre-configured. The following code example shows how to use provisioning XML to set the DestID parm.

<wap-provisioningdoc>
  <characteristic type="CM_WiFiEntries">
    <characteristic type="MSFTINET">
      <parm name="DestID" value="{GUID}"/>
    </characteristic>
  </characteristic>
</wap-provisioningdoc>

This information must be extracted from the .provxml file and inserted in the provisioning of the network.

See Also

Wi-Fi Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.