Home
last modified time | relevance | path

Searched refs:staCount (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLinkLayerStats.java256 public short staCount; field in WifiLinkLayerStats.PeerInfo
446 sbuf.append(" staCount=").append(peer.staCount) in toString()
H A DWifiMetrics.java4386 line.append(",sta_count=" + entry.staCount); in printWifiUsabilityStatsEntry()
6392 wifiUsabilityStatsEntry.staCount = stats.peerInfo[0].staCount;
6687 out.staCount = s.staCount;
H A DWifiVendorHal.java1305 peer.staCount = staPeerInfo.staCount; in setIfaceStats_1_5()
/aosp12/hardware/interfaces/wifi/1.5/
H A Dtypes.hal200 uint16_t staCount;
/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dhidl_struct_util_unit_tests.cpp371 converted.iface.peers[i].staCount); in TEST_F()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1386 assertEquals(iface.peers.get(i).staCount, wifiLinkLayerStats.peerInfo[i].staCount); in verifyIFaceStats_1_5()
1589 pstat.staCount = 2; in randomizePeerInfoStats()
H A DWifiMetricsTest.java3820 out[i].staCount = (short) (current[i].staCount + nextRandInt() % 10); in createNewPeerInfo()
4041 assertEquals(curPeer.staCount, usabilityStats.staCount); in assertUsabilityStatsAssignment()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1117 hidl_peer_info_stats->staCount = in convertLegacyPeerInfoStatsToHidl()