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
Try this bash shell to get the MAC address
cat /sys/class/net/wlan0/address
It returns the MAC address under adb shell.
adb shell