|
Posted by =?iso-8859-2?B?VG9tYXN6IE1hY2m on November 21, 2007, 10:46 am
Please log in for more thread options
Hi,
I'm wondering, what is wrong with this provisioning XML, taken directly =
=
from MSDN pages:
<wap-provisioningdoc>
<characteristic type=3D"Wi-Fi">
<characteristic type=3D"access-point">
<characteristic type=3D"homenetwork">
<parm name=3D"Encryption" value=3D"4"/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I would like to set up new access point, with TKIP encryption. But no =
matter what I do, newly created access point has always WEP encryption..=
.
Changing value on "Encryption" field does exactly nothing, still WEP. =
(yes, I saw all valid values on MSDN)
This piece od XML is passed to the native function DMProcessConfigXML, a=
nd =
returned value is 0 - in theory, everything is ok!
Moreover, based upon MSDN pages, I have tried to set up new GPRS =
connection, with all parameters - this works flawlessly.
But this is not the end! In following example, authentication also can't=
=
be set (device is saying still "open") network key is a clear field on =
device's connection manager.
<wap-provisioningdoc>
<characteristic type=3D"Wi-Fi">
<characteristic type=3D"access-point">
<characteristic type=3D"homenetwork">
<parm name=3D"DestId" =
value=3D"" />
<parm name=3D"Encryption" value=3D"4" />
<parm name=3D"Authentication" value=3D"4" />
<parm name=3D"NetworkKey" value=3D"anypassword" />
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Finally, the only thing which can be set is access point name. That's al=
l.
My devices are: Samsung SGH-i600 blackjack (with WM5.0) and SPV E650 (wi=
th =
WM6.0) Both are unlocked.
Does anybody have had such problems like me?
-- =
T.M.
|