Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Mobile
Windows Mobile 5.0
Managing Devices
 Query the Wi-Fi Configuration Servi...

  Switch on low bandwidth view
Windows Mobile Version 5.0 SDK
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.


© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker