Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___net_capabilities.md20 | [linkUpBandwidthKbps](#linkupbandwidthkbps) | Uplink bandwidth.|
21 | [linkDownBandwidthKbps](#linkdownbandwidthkbps) | Downlink bandwidth.|
61 Downlink bandwidth.
72 Uplink bandwidth.
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_wlan_interface_v12.md20 | [GetApBandwidth](#getapbandwidth) ([in] String ifName, [out] unsigned char bandwidth) | 获取AP当前带宽 …
34 IWlanInterface::GetApBandwidth ([in] String ifName, [out] unsigned char bandwidth )
49 | bandwidth | AP带宽: 1(20M), 2(40M), 4(80M), 8(160M) |
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_chba_struct.h46 int32_t bandwidth; member
57 int32_t bandwidth; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp189 bool WifiHotspotStub::CheckHotspot160MParam(BandType band, int bandwidth, int channel) in CheckHotspot160MParam() argument
191 if ((band != BandType::BAND_5GHZ && bandwidth == AP_BANDWIDTH_160) || in CheckHotspot160MParam()
192 (bandwidth != AP_BANDWIDTH_160 && bandwidth != AP_BANDWIDTH_DEFAULT) || in CheckHotspot160MParam()
193 (band == BandType::BAND_5GHZ && bandwidth == AP_BANDWIDTH_160 && in CheckHotspot160MParam()
229 int bandwidth = (dataRead & 0x00FF0000) >> 16; in OnSetApConfigWifi() local
232 config.SetBandWidth(bandwidth); in OnSetApConfigWifi()
240 …ad == nullptr || preSharedKeyRead == nullptr || !CheckHotspot160MParam(band, bandwidth, channel)) { in OnSetApConfigWifi()
242 } else if ((!CheckHostspot160MCountryCode()) && bandwidth == AP_BANDWIDTH_160) { in OnSetApConfigWifi()
H A Dwifi_hotspot_stub.h64 bool CheckHotspot160MParam(BandType band, int bandwidth, int channel);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c68 apConf.width = apSettings->freqParams.bandwidth; in StartAp()
188 if (!HdfSbufReadInt32(reqData, &(apSettings->freqParams.bandwidth))) { in WifiFillApSettingsParams()
468 static uint32_t OpsGetApBandwidth(const char *ifName, uint8_t *bandwidth) in OpsGetApBandwidth() argument
472 if (ifName == NULL || bandwidth == NULL) { in OpsGetApBandwidth()
496 uint8_t bandwidth; in WifiCmdGetApBandwidth() local
507 ret = OpsGetApBandwidth(ifName, &bandwidth); in WifiCmdGetApBandwidth()
512 HDF_LOGI("%s: ap bandwidth: %d", __func__, bandwidth); in WifiCmdGetApBandwidth()
513 if (!HdfSbufWriteUint8(rspData, bandwidth)) { in WifiCmdGetApBandwidth()
/ohos5.0/drivers/interface/wlan/v1_2/
H A DIWlanInterface.idl32 * @brief Obtain ap current bandwidth.
35 * @param bandwidth ap current bandwidth, 1(20M), 2(40M), 4(80M), 8(160M).
43 GetApBandwidth([in] String ifName, [out] unsigned char bandwidth);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_2/
H A DIWlanInterface.idl32 * @brief Obtain ap current bandwidth.
35 * @param bandwidth ap current bandwidth, 1(20M), 2(40M), 4(80M), 8(160M).
43 GetApBandwidth([in] String ifName, [out] unsigned char bandwidth);
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c65 static int32_t HalGetApBandwidth(const char *ifName, uint8_t *bandwidth) in HalGetApBandwidth() argument
68 int32_t ret = HalCmdGetApBandwidth(ifName, bandwidth); in HalGetApBandwidth()
H A Dwifi_hal_cmd.c326 int32_t HalCmdGetApBandwidth(const char *ifName, uint8_t *bandwidth) in HalCmdGetApBandwidth() argument
328 int32_t ret = ClientGetApBandwidth(ifName, bandwidth); in HalCmdGetApBandwidth()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h144 centerFreq(0), centerFreq1(0), centerFreq2(0), bandwidth(0) { in RecommendChannelResponse()
160 int bandwidth; variable
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp55 uint8_t bandwidth; in FuzzGetApBandwidth() local
56 interface->GetApBandwidth(interface, ifName, &bandwidth); in FuzzGetApBandwidth()
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-appendix-hi3861.md18 …a switch, and power management. It supports a standard bandwidth of 20 MHz and a narrow bandwidth
43 …aximum rate: 72.2 Mbps\@HT20 MCS7<br>- 20 MHz standard bandwidth and 5 MHz/10 MHz narrow bandwidth
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp169 DashRepresentationInfo *DashAdptSetManager::GetRepresentationByBandwidth(uint32_t bandwidth) in GetRepresentationByBandwidth() argument
177 if ((*it)->bandwidth_ == bandwidth) { in GetRepresentationByBandwidth()
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_ap_feature.h112 int32_t (*getApBandwidth)(const char *ifName, uint8_t *bandwidth);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_adpt_set_manager.h38 DashRepresentationInfo *GetRepresentationByBandwidth(uint32_t bandwidth);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp120 response->bandwidth = rsp.bandwidth; in ConvertRecommendChannelResponse()
/ohos5.0/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h48 int32_t HalCmdGetApBandwidth(const char *ifName, uint8_t *bandwidth);
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h146 int bandwidth; member
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h68 uint8_t *bandwidth);
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp1004 chanInfo.bandwidth = 80;
1281 uint8_t bandwidth = 0; variable
1289 rc = g_wlanObj->GetApBandwidth(g_wlanObj, nullptr, &bandwidth);
1292 rc = g_wlanObj->GetApBandwidth(g_wlanObj, ifName, &bandwidth);
1296 printf("bandwidth: %u\n", bandwidth);
/ohos5.0/docs/en/application-dev/performance/
H A Dimprove-file-upload-and-download-performance.md7 …ownload. Both technologies accelerate upload and download speed, reduce bandwidth usage, and boost…
15 … Moment. Foreground tasks usually have a high priority and require more bandwidth resources. Backg…
44 In an environment with poor network connection and low bandwidth, establishing an HTTP connection m…
52 …on, thereby reducing storage space and data transmission volume, saving bandwidth, and improving l…
56 …eo resolution or the audio quality to shorten the loading time and lower the bandwidth consumption.
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h364 int32_t ClientGetApBandwidth(const char *ifName, uint8_t *bandwidth);
398 int32_t bandwidth; member
/ohos5.0/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp379 uint8_t bandwidth = 0; variable
385 ret = apFeature->getApBandwidth(apFeature->baseFeature.ifName, &bandwidth);
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp174 response.bandwidth = static_cast<int>(data[index++]); in Hid2dGetRecommendChannelTest()

1234