Searched defs:tx_time (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiLinkLayerStats.java108 public int tx_time; field in class:WifiLinkLayerStats
150 .append(" tx_time=").append(Integer.toString(this.tx_time))
187 dest.writeInt(tx_time);
200 stats.tx_time = in.readInt();

Completed in 46 milliseconds