Get MAC Address without connect to WiFi

后端 未结 2 2016
既然无缘
既然无缘 2021-02-06 18:41

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

2条回答
  •  一个人的身影
    2021-02-06 19:13

    Try this bash shell to get the MAC address

    cat /sys/class/net/wlan0/address

    It returns the MAC address under adb shell.

提交回复
热议问题