Specify the Network Encryption Technique Example

Send Feedback

The following example shows how to specify the encryption technique of an access-point network. In this example, the network name is "Work Network" and the encryption is done using 802.11 wired equivalent privacy (WEP) key.

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

The following example shows how to specify the network encryption technique of a device-to-device network. In this example, the network name is "Work Network" and the encryption is Temporal Key Integrity Protocol (TKIP) sequence counters.

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