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