Log in

View Full Version : WPA2-PSK settings for provisioning?


SE3
11-28-2007, 09:21 PM
I'm really stuck on this one and appreciate any help.

Need to be able to provision a number of devices with WPA2-PSK settings. We've been able to do WPA-PSK in the past with the following XML, but my research has yet to find the necessary settings for WPA2.

<characteristic type="Wi-Fi">
<characteristic type="access-point">
<characteristic type="XXX">
<parm name="NetworkKey" value="XXXXXXXXXXXX"/>
<parm name="Authentication" value="4"/>
<parm name="Encryption" value="2"/>
<parm name="DestId" value="{A1182988-0D73-439e-87AD-2A5B369F808B}"/>
</characteristic>
</characteristic>
</characteristic>

Authentication=4 WPA-PSK

The MSDN article (http://msdn2.microsoft.com/en-us/library/aa455986.aspx) I located does not mention WPA2-PSK.

Any thoughts?