Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3238 mWifiLogProto.staEventList[i] = mStaEventList.get(i).staEvent; in consolidateProto()
3813 private void addStaEvent(StaEvent staEvent) { in addStaEvent() argument
3814 staEvent.startTimeMillis = mClock.getElapsedSinceBootMillis(); in addStaEvent()
3815 staEvent.lastRssi = mLastPollRssi; in addStaEvent()
3816 staEvent.lastFreq = mLastPollFreq; in addStaEvent()
3817 staEvent.lastLinkSpeed = mLastPollLinkSpeed; in addStaEvent()
3818 staEvent.supplicantStateChangesBitmask = mSupplicantStateChangeBitmask; in addStaEvent()
3819 staEvent.lastScore = mLastScore; in addStaEvent()
3820 staEvent.lastWifiUsabilityScore = mLastWifiUsabilityScore; in addStaEvent()
3821 staEvent.lastPredictionHorizonSec = mLastPredictionHorizonSec; in addStaEvent()
[all …]