Searched refs:band_2G_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 | 84 std::vector<int32_t> band_2G_channel = { 1, 2, 3, 4, 5, 6, 7 }; in SetHotspotConfigFuzzTest() local 86 …ChannelsTable node{{ BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channe… in SetHotspotConfigFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service_test.cpp | 154 std::vector<int32_t> band_2G_channel = { 1, 2, 3, 4, 5, 6, 7 }; variable 156 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch…
|
H A D | ap_started_state_test.cpp | 111 std::vector<int32_t> band_2G_channel = { 1, 2, 3, 4, 5, 6, 7 }; in SetUp() local 115 …channelTbs = { { 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 | 141 std::vector<int32_t> band_2G_channel = { 1, 2, 3, 4, 5, 6, 7 }; in StaServiceInitStaServiceSuccess() local 143 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch… in StaServiceInitStaServiceSuccess()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 73 std::vector<int32_t> band_2G_channel = { 1, 2, 3, 4, 5, 6, 7 }; in InitScanServiceSuccess1() local 75 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch… in InitScanServiceSuccess1() 87 std::vector<int32_t> band_2G_channel = { 1, 2, 3, 4, 5, 6, 7 }; in InitScanServiceSuccess2() local 89 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch… in InitScanServiceSuccess2()
|