Could you lend wisdom ..someone.. though in Windows XP/Vista, it is
using the Wi-Fi function?

Wanting to know is the following four points.

1.
Is mounting completed about API related to Wi-Fi?

- It was written the unmounting, and though some old information was
able to be
found ・・・

http://www.muo.jp/android/?toolbox/optional-apis.html
http://groups.google.co.jp/group/android-internals/browse_thread/thre...

2.
Do you operate in the environments other than Windows XP/Vista?

3.
Do corresponding Wi-Fi device and driver exist?(Can you obtain it?)

4.
To begin with, is the writing of the code only bad?

For your information, the code made by way of experiment is described
as
follows.

WifiManager manager = (WifiManager)
this.getSystemService(Context.WIFI_SERVICE);

manager.setWifiEnabled(true);

manager.startScan();

for (ScanResult result : manager.getScanResults()) {
System.out.println("ScanResult:" + result.toString());

}

The following error messages are displayed in LogCat.

09-17 10:23:12.837: ERROR/WifiService(53): Failed to load Wi-Fi
driver.

--~--~---------~--~----~------------~-------~--~----~
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