Is it possible to get WiFi MAC Address without actually connected to it?
Let's say I have android device "A". I already turn on the WiFi, so that my android device is now able to detect nearby WiFi SSID broadcasted.
Nearby I have a few WiFi SSIDs broadcasted as listed below:
SSID=hype, MAC_ADDRESS=00:39:E0:33:00 SSID=dummy, MAC_ADDRESS=02:33:DF:39:89 SSID=bilbo, MAC_ADDRESS=D0:32:E8:97:29
Without actually connected to WiFi SSID bilbo
, can I have its MAC_ADDRESS?
Please help, thanks.