Searched refs:scanBand (Results 1 – 6 of 6) sorted by relevance
113 scanConfig.scanBand = static_cast<ScanBandType>(static_cast<int>(data[0]) % SIZE); in SingleScanFuzzTest()159 scanConfig.scanBand = static_cast<ScanBandType>(static_cast<int>(data[0]) % SIZE); in StoreRequestScanConfigFuzzTest()275 ScanBandType scanBand = static_cast<ScanBandType>(static_cast<int>(data[0]) % SIZE); in GetAllowBandFreqsControlInfoFuzzTest() local276 pScanService->GetAllowBandFreqsControlInfo(scanBand, freqs); in GetAllowBandFreqsControlInfoFuzzTest()279 pScanService->ConvertBandNotAllow24G(scanBand); in GetAllowBandFreqsControlInfoFuzzTest()280 pScanService->ConvertBandNotAllow5G(scanBand); in GetAllowBandFreqsControlInfoFuzzTest()
283 scanConfig.scanBand = SCAN_BAND_UNSPECIFIED; in SingleScanSuccess2()293 scanConfig.scanBand = SCAN_BAND_24_GHZ; in SingleScanSuccess3()302 scanConfig.scanBand = SCAN_BAND_UNSPECIFIED; in SingleScanFail1()967 ScanBandType scanBand = SCAN_BAND_24_GHZ; in GetAllowBandFreqsControlInfoSuccess() local983 ScanBandType scanBand = SCAN_BAND_24_GHZ; in GetAllowBandFreqsControlInfoSuccess1() local1000 ScanBandType scanBand = SCAN_BAND_5_GHZ; in GetAllowBandFreqsControlInfoSuccess2() local1014 ScanBandType scanBand = SCAN_BAND_24_GHZ; in ConvertBandNotAllow24GSuccess1() local1020 ScanBandType scanBand = SCAN_BAND_BOTH; in ConvertBandNotAllow24GSuccess2() local1032 ScanBandType scanBand = SCAN_BAND_5_GHZ; in ConvertBandNotAllow24GSuccess4() local1044 ScanBandType scanBand = SCAN_BAND_24_GHZ; in ConvertBandNotAllow5GSuccess() local[all …]
36 ScanBandType scanBand; /* A frequency segment */ member52 scanBand = SCAN_BAND_UNSPECIFIED; in ScanConfig()
267 scanConfig.scanBand = SCAN_BAND_BOTH_WITH_DFS; in Scan()322 scanConfig.scanBand = static_cast<ScanBandType>(params.band); in ScanWithParam()416 if (scanConfig.scanBand == SCAN_BAND_UNSPECIFIED) { in SingleScan()422 } else if (scanConfig.scanBand != SCAN_BAND_BOTH_WITH_DFS) { in SingleScan()1774 scanBand = SCAN_BAND_UNSPECIFIED; in GetAllowBandFreqsControlInfo()1780 scanBand = ConvertBandNotAllow24G(scanBand); in GetAllowBandFreqsControlInfo()1785 scanBand = ConvertBandNotAllow5G(scanBand); in GetAllowBandFreqsControlInfo()1796 switch (scanBand) { in ConvertBandNotAllow24G()1803 return scanBand; in ConvertBandNotAllow24G()1816 ScanBandType ScanService::ConvertBandNotAllow5G(ScanBandType scanBand) in ConvertBandNotAllow5G() argument[all …]
620 void GetAllowBandFreqsControlInfo(ScanBandType &scanBand, std::vector<int> &freqs);627 ScanBandType ConvertBandNotAllow24G(ScanBandType scanBand);634 ScanBandType ConvertBandNotAllow5G(ScanBandType scanBand);
357 void ScanService::GetAllowBandFreqsControlInfo(ScanBandType &scanBand, std::vector<int> &freqs) in GetAllowBandFreqsControlInfo() argument362 ScanBandType ScanService::ConvertBandNotAllow24G(ScanBandType scanBand) in ConvertBandNotAllow24G() argument367 ScanBandType ScanService::ConvertBandNotAllow5G(ScanBandType scanBand) in ConvertBandNotAllow5G() argument