Searched refs:triedCount (Results 1 – 1 of 1) sorted by relevance
1220 int triedCount = 0; in startWifi() local1221 while (triedCount <= START_HAL_RETRY_TIMES) { in startWifi()1226 if (triedCount != 0) { in startWifi()1228 + triedCount + " times"); in startWifi()1240 triedCount++; in startWifi()1247 Log.e(TAG, "Cannot start IWifi after trying " + triedCount + " times"); in startWifi()