Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp129 int ScanService::GetWifiMaxSupportedMaxSpeed(const InterScanInfo &scanInfo, const int &maxNumberSpa… in GetWifiMaxSupportedMaxSpeed() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h372 …int GetWifiMaxSupportedMaxSpeed(const InterScanInfo &scanInfo, const int &maxNumberSpatialStreams);
H A Dscan_service.cpp696 int ScanService::GetWifiMaxSupportedMaxSpeed(const InterScanInfo &scanInfo, const int &maxNumberSpa… in GetWifiMaxSupportedMaxSpeed() function in OHOS::Wifi::ScanService
723 … scanInfo.maxSupportedRxLinkSpeed = GetWifiMaxSupportedMaxSpeed(interInfo, MAX_RX_SPATIAL_STREAMS); in ConvertScanInfo()
724 … scanInfo.maxSupportedTxLinkSpeed = GetWifiMaxSupportedMaxSpeed(interInfo, MAX_TX_SPATIAL_STREAMS); in ConvertScanInfo()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp293 pScanService->GetWifiMaxSupportedMaxSpeed(scanInfoList, maxNumberSpatialStreams); in BeginPnoScanFuzzTest()