Searched refs:band_5G_channel (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/ |
H A D | wifihotspotimpl_fuzzer.cpp | 85 std::vector<int32_t> band_5G_channel = { 149, 168, 169 }; in SetHotspotConfigFuzzTest() local 86 …nelsTable node{{ BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel }}; in SetHotspotConfigFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service_test.cpp | 155 std::vector<int32_t> band_5G_channel = { 149, 168, 169 }; variable 156 …able temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } };
|
H A D | ap_started_state_test.cpp | 113 std::vector<int32_t> band_5G_channel = { 149, 168, 169 }; in SetUp() local 115 …hannelTbs = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } }; in SetUp()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service_test.cpp | 142 std::vector<int32_t> band_5G_channel = { 149, 168, 169 }; in StaServiceInitStaServiceSuccess() local 143 …able temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } }; in StaServiceInitStaServiceSuccess()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 74 std::vector<int32_t> band_5G_channel = { 149, 168, 169 }; in InitScanServiceSuccess1() local 75 …able temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } }; in InitScanServiceSuccess1() 88 std::vector<int32_t> band_5G_channel = { 149, 168, 169 }; in InitScanServiceSuccess2() local 89 …able temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channel } }; in InitScanServiceSuccess2()
|