Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java312 private static final int SUPPLICANT_RESTART_INTERVAL_MSECS = 5000; field in WifiStateMachine
4379 sendMessageDelayed(CMD_START_SUPPLICANT, SUPPLICANT_RESTART_INTERVAL_MSECS); in processMessage()
4453 sendMessageDelayed(CMD_START_SUPPLICANT, SUPPLICANT_RESTART_INTERVAL_MSECS); in processMessage()
4535 ++mSupplicantStopFailureToken, 0), SUPPLICANT_RESTART_INTERVAL_MSECS); in enter() local