/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | _net_conn___net_capabilities.md | 20 | [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 D | interface_i_wlan_interface_v12.md | 20 | [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 D | wifi_hal_chba_struct.h | 46 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 D | wifi_hotspot_stub.cpp | 189 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 D | wifi_hotspot_stub.h | 64 bool CheckHotspot160MParam(BandType band, int bandwidth, int channel);
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/ |
H A D | ap.c | 68 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 D | IWlanInterface.idl | 32 * @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 D | IWlanInterface.idl | 32 * @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 D | wifi_hal_ap_feature.c | 65 static int32_t HalGetApBandwidth(const char *ifName, uint8_t *bandwidth) in HalGetApBandwidth() argument 68 int32_t ret = HalCmdGetApBandwidth(ifName, bandwidth); in HalGetApBandwidth()
|
H A D | wifi_hal_cmd.c | 326 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 D | wifi_hid2d_msg.h | 144 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 D | ap_fuzzer.cpp | 55 uint8_t bandwidth; in FuzzGetApBandwidth() local 56 interface->GetApBandwidth(interface, ifName, &bandwidth); in FuzzGetApBandwidth()
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-appendix-hi3861.md | 18 …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 D | dash_adpt_set_manager.cpp | 169 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 D | wifi_hal_ap_feature.h | 112 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 D | dash_adpt_set_manager.h | 38 DashRepresentationInfo *GetRepresentationByBandwidth(uint32_t bandwidth);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hid2d.cpp | 120 response->bandwidth = rsp.bandwidth; in ConvertRecommendChannelResponse()
|
/ohos5.0/drivers/peripheral/wlan/hal/include/ |
H A D | wifi_hal_cmd.h | 48 int32_t HalCmdGetApBandwidth(const char *ifName, uint8_t *bandwidth);
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_hid2d.h | 146 int bandwidth; member
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.h | 68 uint8_t *bandwidth);
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_hal_services_c_test.cpp | 1004 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 D | improve-file-upload-and-download-performance.md | 7 …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 D | wifi_driver_client.h | 364 int32_t ClientGetApBandwidth(const char *ifName, uint8_t *bandwidth); 398 int32_t bandwidth; member
|
/ohos5.0/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 379 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 D | wifichid2d_fuzzer.cpp | 174 response.bandwidth = static_cast<int>(data[index++]); in Hid2dGetRecommendChannelTest()
|