Home
last modified time | relevance | path

Searched refs:band (Results 1 - 9 of 9) sorted by relevance

/test/xts/acts/communication_lite/wifiservice_hal/src/
H A Dwifiservice_func_test.c473 int band = 11; variable
475 error = SetBand(band);
477 error = GetBand(&band);
479 TEST_ASSERT_EQUAL_INT(bandOrig, band);
483 error = GetBand(&band);
485 TEST_ASSERT_EQUAL_INT(HOTSPOT_BAND_TYPE_2G, band);
490 TEST_ASSERT_EQUAL_INT(HOTSPOT_BAND_TYPE_2G, getConfigAgain.band);
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp1594 int32_t band = IEEE80211_BAND_2GHZ;
1602 ret = staFeature->baseFeature.getValidFreqsWithBand(nullptr, band, freqs, size, &num);
1618 int32_t band = IEEE80211_BAND_2GHZ;
1626 ret = staFeature->baseFeature.getValidFreqsWithBand(nullptr, band, freqs, size, &num);
1629 band, nullptr, size, &num);
1645 int32_t band = IEEE80211_BAND_2GHZ;
1652 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature, band, freqs, 10, &num);
1668 int32_t band = IEEE80211_BAND_2GHZ;
1676 band, freqs, size, nullptr);
1717 int32_t band
[all...]
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/
H A DWifiStationFunctions.test.js86 "rssi: " + result[j].rssi + "band: " + result[j].band +
244 console.info("ssid: " + result.ssid + "bssid:" + result.bssid + "band: " + result.band +
H A DWifiManagerStationFunctions.test.js226 console.info("ssid: " + result.ssid + "bssid:" + result.bssid + "band: " + result.band +
328 "rssi: " + result[j].rssi + "band: " + result[j].band +
400 "rssi: " + result[j].rssi + "band: " + result[j].band +
/test/xts/hats/hdf/wlan/wifi/client/
H A Dhdf_client_test.cpp170 int32_t band = IEEE80211_BAND_2GHZ; in HWTEST_F() local
191 ret = GetValidFreqByBand(WLAN_IFNAME, band, &result, size); in HWTEST_F()
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_callback_common.cpp575 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in NetworkCurrentCellUpdated()
618 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in NetworkCurrentCellUpdated_1_1()
662 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in NetworkCurrentCellUpdated_1_2()
802 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in GetNeighboringCellInfoListResponse()
846 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in GetNeighboringCellInfoListResponse_1_2()
[all...]
/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp229 wifiInfo.band = IEEE80211_BAND_2GHZ; in HWTEST_F()
232 wifiInfoInvalid.band = IEEE80211_NUM_BANDS; in HWTEST_F()
1019 wifiInfo.band = IEEE80211_BAND_2GHZ; in HWTEST_F()
H A Dwlan_hdi_direct_test.cpp263 wifiInfo.band = IEEE80211_BAND_2GHZ; in HWTEST_F()
/test/xts/hats/telephony/ril/hdi_v1.0/
H A Dhdf_ril_hdiService_test.cpp954 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in NetworkCurrentCellUpdated()
997 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in NetworkCurrentCellUpdated_1_1()
1041 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in NetworkCurrentCellUpdated_1_2()
1174 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in GetNeighboringCellInfoListResponse()
1218 HDF_LOGI("band:%{public}d", info.serviceCells.gsm.band); in GetNeighboringCellInfoListResponse_1_2()
[all...]

Completed in 18 milliseconds