Hi, there,
I have 2 questions. If you know please answer me.
---------------------------------------------
When I am trying to scan Wifi, sometimes I got the below message on a
console, after then I can not get scan results. What is causing the
message?
INFO/wpa_supplicant(19359): workaround,Just skip it
----------------------------------------------
Also, when I added the network and disconnect from the AP and go to
the Android Wifi Setting, the AP remains as "Remembered, Not in range"
or "Connection unsuccessful, touch to try again", and can not connect
to the AP again.
wc.networkId = manager.addNetwork(wc);
manager.saveConfiguration();
int updateNetworkResult = manager.updateNetwork(wc);
if (updateNetworkResult < 0) {
cleanWiFiConfigurations(manager);
}
manager.enableNetwork(wc.networkId, true);
What are the problems?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" 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-discuss?hl=en.