Searched refs:GetAvailableScanFreqs (Results 1 – 4 of 4) sorted by relevance
39 bool GetAvailableScanFreqs(ScanBandType band, std::vector<int32_t>& freqs);
154 bool WifiChannelHelper::GetAvailableScanFreqs(ScanBandType band, std::vector<int32_t>& freqs) in GetAvailableScanFreqs() function in OHOS::Wifi::WifiChannelHelper
83 WifiChannelHelper::GetInstance().GetAvailableScanFreqs(ScanBandType::SCAN_BAND_24_GHZ, freqs);
424 …if (!WifiChannelHelper::GetInstance().GetAvailableScanFreqs(scanConfig.scanBand, interConfig.scanF… in SingleScan()952 …if (!WifiChannelHelper::GetInstance().GetAvailableScanFreqs(SCAN_BAND_BOTH_WITH_DFS, interConfig.s… in BeginPnoScan()