Specify the Network Authentication Mode Example
The following example shows how to specify the authentication mode for an access-point network. In this example, the network name is "Work Network" and the authentication mode is open.
<wap-provisioningdoc>
<characteristic type="Wi-Fi">
<characteristic type="access-point">
<characteristic type="Work Network">
<parm name="Authentication" value="0"/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
The following example shows how to specify the authentication mode for a device-to-device network. In this example, the network name is "Work Network" and the authentication mode is WPA-None.
<wap-provisioningdoc>
<characteristic type="Wi-Fi">
<characteristic type="ad-hoc">
<characteristic type="Work Network">
<parm name="Authentication" value="5"/>
</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