Searched refs:staEvent (Results 1 – 1 of 1) sorted by relevance
3238 mWifiLogProto.staEventList[i] = mStaEventList.get(i).staEvent; in consolidateProto()3813 private void addStaEvent(StaEvent staEvent) { in addStaEvent() argument3814 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 …]