0

how can i do programmatically scan for hidden Wireless Access Points, in android ? getScanResults give me only visible Access Points , but i need to discover hidden too.

When programmatically scanning Wi-Fi networks (using WifiManager.startScan() and WifiManager.getScanResults()), when the SSID broadcast is disabled on an access point and the access point has never been connected to the device, the ScanResult element for this access point does not appear in the list of access points returned.

https://code.google.com/p/android/issues/detail?id=10305

4

1 回答 1

0

如果您可以扫描隐藏的接入点,那么隐藏它们的意义何在?

编辑:我不会成为一个聪明人,而是至少会有点帮助。还没有人实现这一点的原因是因为要在不连接网络的情况下嗅探网络,您的无线网卡(或手机的芯片)需要支持监控模式。几乎没有手机制造商解锁此功能,在驱动程序中启用监控模式取决于他们。不过不要指望它。

于 2014-02-25T09:18:31.820 回答