Searched refs:txBadPps (Results 1 – 1 of 1) sorted by relevance
158 double txBadPps = wifiInfo.getLostTxPacketsPerSecond(); in adjustThreshold() local160 double probabilityOfSuccessfulTx = txSuccessPps / (txSuccessPps + txBadPps + txRetriesPps); in adjustThreshold()