Query the Wi-Fi Configuration Service Provider Example

Send Feedback

The following example shows how to query Wi-Fi Configuration Service Provider and all sub-nodes.

<wap-provisioningdoc>
    <characteristic-query type="Wi-Fi" recursive="true"/>
</wap-provisioningdoc>

The following example shows how to query all of the infrastructure-mode (access-point) networks that have been provisioned or can be seen by the device. This example also queries all subnodes because recursive="true". You can query just one level deep by specifying recursive="false".

<wap-provisioningdoc>
    <characteristic type="Wi-Fi">
        <characteristic-query type="access-point" recursive="true"/>
    </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.