Home
last modified time | relevance | path

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 Dwifihotspotimpl_fuzzer.cpp84 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 Dap_service_test.cpp154 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 Dap_started_state_test.cpp111 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 Dsta_service_test.cpp141 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 Dscan_service_test.cpp73 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()