If I use getScanResult() I will be able to get the information about different networks but for example if I am in a school where all access points are under network(SSID) "The school". Will getScanResult() filter out other access points than the one it's closest to and only return 1 BSSID for that network?
views:
19answers:
1
A:
You should get all BSSID entries that are in radio range, even if they are the same ESSID. The WiFi driver could hide this from you; but I haven't seen that happen with default settings.
androidSquakmtCom
2010-09-18 10:25:30