Searched refs:mLoopDetectIndex (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java289 private int mLoopDetectIndex; field in class:SupplicantStateTracker.HandshakeState
295 mLoopDetectIndex = 0;
306 if (mLoopDetectIndex > state.ordinal()) {
316 mLoopDetectIndex = state.ordinal();

Completed in 132 milliseconds