Home
last modified time | relevance | path

Searched refs:rxWifiStationInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c108 if (rxWifiStationInfo->rxRate == 0) { in GetSpeedRx()
112 speedRX = rxWifiStationInfo->rxRate / BITINBYTE; in GetSpeedRx()
118 const WifiStationInfo *rxWifiStationInfo, uint16_t *sendRateResult, uint32_t mtu) in GetWlanConngestSendRate() argument
120 if (CheckWlanNegoRateValid(rxWifiStationInfo->rxRate) != NSTACKX_EOK) { in GetWlanConngestSendRate()
121 LOGE(TAG, "recv endian tx rate error %u", rxWifiStationInfo->rxRate); in GetWlanConngestSendRate()
126 uint32_t speedRX = GetSpeedRx(txWifiStationInfo, rxWifiStationInfo); in GetWlanConngestSendRate()
144 const WifiStationInfo *rxWifiStationInfo, uint16_t *sendRateResult, uint32_t mtu) in GetP2pCongestSendRate() argument
147 if (txWifiStationInfo->txRate < rxWifiStationInfo->txRate) { in GetP2pCongestSendRate()
148 wifiStationInfo = rxWifiStationInfo; in GetP2pCongestSendRate()
185 rxWifiStationInfo, sendRateResult, mtu); in GetConngestSendRate()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/interface/
H A Dnstackx_congestion.h70 NSTACKX_EXPORT int32_t GetConngestSendRate(WifiStationInfo *rxWifiStationInfo, uint16_t connType, u…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h223 …WifiStationInfo rxWifiStationInfo; /* save the bitrate of the server endian to calculate the sendr… member