三星银河上缺少wifi信息文件(/ sys / devices / virtual / net / wlan0 / *)

时间:2013-03-15 17:59:05

标签: android kernel

在Samsung设备上,缺少具有网络统计信息/ sys / devices / virtual / net / wlan0 /的目录...有其他(例如,浏览)接口的目录。

wlan0是接口的正确名称,它位于/ sys / class / net或java应用程序的程序化列表中。

有人知道为什么或在哪里找到这些数据(例如nr的传输字节和类似的?)

2 个答案:

答案 0 :(得分:0)

以下内容摘自开源代码PowerTutor

String interfaceName = SystemInfo.getInstance().getProperty("wifi.interface");
if(interfaceName == null) interfaceName = "eth0";

transPacketsFile = "/sys/devices/virtual/net/" +
                   interfaceName + "/statistics/tx_packets";

希望这可以帮到你。

答案 1 :(得分:0)

在motorola X和Nexus 7中,该文件位于:

/sys/class/net/wlan0/*

Network statistics on Nexus 7