Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/rate-control/
H A Dminstrel-wifi-manager.cc1076 float tmpTh = rate.throughput / 100000.0f; in PrintTable() local
1082 std::setw (8) << tmpTh << " " << in PrintTable()
H A Dminstrel-ht-wifi-manager.cc1357 double tmpTh, tmpProb; in SetBestProbabilityRate() local
1372 tmpTh = station->m_groupsTable[tmpGroupId].m_ratesTable[tmpRateId].throughput; in SetBestProbabilityRate()
1377 if (currentTh > tmpTh) in SetBestProbabilityRate()