hi all..
im trying to enable a wireless network through my app.. it is properly
scanning but
im unable to connect
my code
WifiConfiguration configuration = new WifiConfiguration();
configuration.BSSID="mynet";
configuration.networkId=1;
configuration.wepKeys=wep;
configuration.preSharedKey="password";
configuration.status=1;
configuration.priority=1;
int id= mainWifi.addNetwork(configuration);
mainWifi.enableNetwork(id, true);
any idea why.. kindly help
thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---