Dear Friends,

I am working in the device management part of the mobile industry. I could 
set up Internet[APN], WAP, MMS, Bookmarks etc over the air 
on to my Android devices [where ever the OMA CP client is developed by the 
OEM]. Now I have new requirement where I need to set up the
WiFi parameters also over the air from my device management server. As of 
now I am working on Samsung Galaxy S3 and SonyEricsson Neo. I did not see 
any success with the
XML I have been trying so far. 

Can some one provide me the working OMA CP XML for WiFi setup on Android? I 
have tried below 2 XMLs

<wap-provisioningdoc> 
  <characteristic type="WIFI">  
    <parm name="SSID" value="MFORM"/>
    <parm name="NETMODE" value="INFRA"/>
    <parm name="SECMODE" value="WEP"/>
    <parm name="WEPAUTHMODE" value="OPEN"/>
    <parm name="WEPKEYIND" value="0"/>
    <characteristic type="WEPKEY">
      <parm name="LENGTH" value="128"/>
      <parm name="INDEX" value="0"/>
      <parm name="DATA" value="5F89AE0A3B9D5C1123F81F0A41"/>
    </characteristic>
  </characteristic>
</wap-provisioningdoc> 


<wap-provisioningdoc> 
  <characteristic type="WIFI">  
    <parm name="SSID" value="MFORM"/>
<parm name="AUTH_ALG" value="OPEN"/>
<parm name="GROUP" value="TKIP"/>
<parm name="KEY_MGMT" value="NONE"/>
<parm name="PAIRWISE" value="NONE"/>
<parm name="PROTO" value="WPA"/>
  </characteristic>
</wap-provisioningdoc> 

Many Thanks,
Nivas

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to