Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c107 uint32_t speedRX; in GetSpeedRx() local
110 speedRX = txWifiStationInfo->txRate / BITINBYTE; in GetSpeedRx()
112 speedRX = rxWifiStationInfo->rxRate / BITINBYTE; in GetSpeedRx()
114 return speedRX; in GetSpeedRx()
129 uint32_t thetaRx = GetThetaByLinkSpeed(speedRX, mtu); in GetWlanConngestSendRate()
131 …(speedTX * thetaTx / WIFI_THETA_ACCURACY * speedRX * thetaRx) / (speedTX * thetaTx + speedRX * the… in GetWlanConngestSendRate()
260 speedRX = speedRX / BITINBYTE; in GetWlanConngestSendRateDMsg()
263 uint32_t thetaRx = GetThetaByLinkSpeed(speedRX, mtu); in GetWlanConngestSendRateDMsg()
266 …(speedTX * thetaTx / WIFI_THETA_ACCURACY * speedRX * thetaRx) / (speedTX * thetaTx + speedRX * the… in GetWlanConngestSendRateDMsg()
277 if (speedRX > speedTX) { in GetP2pCongestSendRateDmsg()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/interface/
H A Dnstackx_congestion.h73 …CKX_EXPORT int32_t GetConngestSendRateDMsg(const char *devName, uint32_t speedTX, uint32_t speedRX,