Specify the Network Key Example

Send Feedback

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

Note   This parm is stored and sent as plain text. You should make sure you transmit XML that contains this setting in a secure manner since access to the XML provides access to the network encryption key.

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

The following example shows how to specify the network encryption key for a device-to device network. In this example, the network name is "Work Network." Replace the placeholder with a valid network encryption key.

<wap-provisioningdoc>
    <characteristic type="Wi-Fi">
        <characteristic type="ad-hoc">
            <characteristic type="Work Network">
                <parm name="NetworkKey" value="NetworkKey"/>
            </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.