Specify the Network Key Index Example

Send Feedback

The following example shows how to specify the network encryption key index for an access-point network. In this example, the network name is "Work Network."

<wap-provisioningdoc>
    <characteristic type="Wi-Fi">
        <characteristic type="access-point">
            <characteristic type="Work Network">
                <parm name="KeyIndex" value="1"/>
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc> 

The following example shows how to specify the network encryption key index for a device-to-device network.

<wap-provisioningdoc>
    <characteristic type="Wi-Fi">
        <characteristic type="ad-hoc">
            <characteristic type="Work Network">
                <parm name="KeyIndex" value="1"/>
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc> 

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.