Benjamin-Loison / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
0 stars 0 forks source link

[Bug]: `termux-wifi-connectioninfo` returns `"mac_address": "02:00:00:00:00:00"` #27

Open Benjamin-Loison opened 2 months ago

Benjamin-Loison commented 2 months ago

Problem description

termux-wifi-connectioninfo
{
  "bssid": "XX:XX:XX:XX:XX:XX",
  "frequency_mhz": XXXX,
  "ip": "192.168.1.XXX",
  "link_speed_mbps": XXX,
  "mac_address": "02:00:00:00:00:00",
  "network_id": XX,
  "rssi": -XX,
  "ssid": "CENSORED",
  "ssid_hidden": false,
  "supplicant_state": "COMPLETED"
}

The Stack Overflow question 58463658 also has this issue.

Related to Benjamin_Loison/linux/issues/28.

Steps to reproduce the behavior.

Not read.

What is the expected behavior?

No response

System information