Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp113 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() local
276 pScanService->GetAllowBandFreqsControlInfo(scanBand, freqs); in GetAllowBandFreqsControlInfoFuzzTest()
279 pScanService->ConvertBandNotAllow24G(scanBand); in GetAllowBandFreqsControlInfoFuzzTest()
280 pScanService->ConvertBandNotAllow5G(scanBand); in GetAllowBandFreqsControlInfoFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp283 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() local
983 ScanBandType scanBand = SCAN_BAND_24_GHZ; in GetAllowBandFreqsControlInfoSuccess1() local
1000 ScanBandType scanBand = SCAN_BAND_5_GHZ; in GetAllowBandFreqsControlInfoSuccess2() local
1014 ScanBandType scanBand = SCAN_BAND_24_GHZ; in ConvertBandNotAllow24GSuccess1() local
1020 ScanBandType scanBand = SCAN_BAND_BOTH; in ConvertBandNotAllow24GSuccess2() local
1032 ScanBandType scanBand = SCAN_BAND_5_GHZ; in ConvertBandNotAllow24GSuccess4() local
1044 ScanBandType scanBand = SCAN_BAND_24_GHZ; in ConvertBandNotAllow5GSuccess() local
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_common.h36 ScanBandType scanBand; /* A frequency segment */ member
52 scanBand = SCAN_BAND_UNSPECIFIED; in ScanConfig()
H A Dscan_service.cpp267 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 …]
H A Dscan_service.h620 void GetAllowBandFreqsControlInfo(ScanBandType &scanBand, std::vector<int> &freqs);
627 ScanBandType ConvertBandNotAllow24G(ScanBandType scanBand);
634 ScanBandType ConvertBandNotAllow5G(ScanBandType scanBand);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp357 void ScanService::GetAllowBandFreqsControlInfo(ScanBandType &scanBand, std::vector<int> &freqs) in GetAllowBandFreqsControlInfo() argument
362 ScanBandType ScanService::ConvertBandNotAllow24G(ScanBandType scanBand) in ConvertBandNotAllow24G() argument
367 ScanBandType ScanService::ConvertBandNotAllow5G(ScanBandType scanBand) in ConvertBandNotAllow5G() argument