Specify the Wi-Fi Network Name Example

Send Feedback

These examples create an access-point or device-to-device network named "Network Name" and moves it to the top of the network preference order.

The following example shows how to specify the Wi-Fi network name for an access-point network.

<wap-provisioningdoc>
    <characteristic type="Wi-Fi">
        <characteristic type="access-point">
            <characteristic type="Network Name"/>
        </characteristic>
    </characteristic>
</wap-provisioningdoc> 

The following example shows how to specify the Wi-Fi network name for a device-to-device network.

<wap-provisioningdoc>
    <characteristic type="Wi-Fi">
        <characteristic type="ad-hoc">
            <characteristic type="Network Name"/>
        </characteristic>
    </characteristic>
</wap-provisioningdoc> 

See Also

Wi-Fi Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.