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.java3113 mWifiLogProto.staEventList[i] = mStaEventList.get(i).staEvent; in consolidateProto()
3671 private void addStaEvent(StaEvent staEvent) { in addStaEvent() argument
3672 staEvent.startTimeMillis = mClock.getElapsedSinceBootMillis(); in addStaEvent()
3673 staEvent.lastRssi = mLastPollRssi; in addStaEvent()
3674 staEvent.lastFreq = mLastPollFreq; in addStaEvent()
3675 staEvent.lastLinkSpeed = mLastPollLinkSpeed; in addStaEvent()
3676 staEvent.supplicantStateChangesBitmask = mSupplicantStateChangeBitmask; in addStaEvent()
3677 staEvent.lastScore = mLastScore; in addStaEvent()
3678 staEvent.lastWifiUsabilityScore = mLastWifiUsabilityScore; in addStaEvent()
3679 staEvent.lastPredictionHorizonSec = mLastPredictionHorizonSec; in addStaEvent()
[all …]