Searched refs:triedCount (Results 1 – 1 of 1) sorted by relevance
1205 int triedCount = 0; in startWifi() local1206 while (triedCount <= START_HAL_RETRY_TIMES) { in startWifi()1211 if (triedCount != 0) { in startWifi()1213 + triedCount + " times"); in startWifi()1225 triedCount++; in startWifi()1232 Log.e(TAG, "Cannot start IWifi after trying " + triedCount + " times"); in startWifi()