Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp2679 long long numBitPerSym = bitPerToneTotal * numTonePerSym; in WifiMaxThroughput() local
2680 …long phyRateMbps = static_cast<int>(((numBitPerSym * MICRO_TO_NANO_RATIO) / (symDurationNs * BIT_P… in WifiMaxThroughput()