/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_scan_msg.h | 164 int maxSupportedRxLinkSpeed; member 182 maxSupportedRxLinkSpeed = 0; in WifiScanInfo()
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_linked_info.h | 79 int maxSupportedRxLinkSpeed; member
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_event.cpp | 69 dstInfo->maxSupportedRxLinkSpeed = linkedInfo.maxSupportedRxLinkSpeed; in ConvertedLinkedInfo()
|
H A D | wifi_c_device.cpp | 340 result->maxSupportedRxLinkSpeed = linkedInfo.maxSupportedRxLinkSpeed; in GetLinkedInfoFromCpp()
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 215 int maxSupportedRxLinkSpeed; member 246 maxSupportedRxLinkSpeed = 0; in WifiLinkedInfo()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_stub.cpp | 251 scanInfoStream << result[i].maxSupportedRxLinkSpeed << ";"; in SendScanInfo() 294 reply.WriteInt32(result[i].maxSupportedRxLinkSpeed); in SendScanInfoSmall()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_scan_proxy.cpp | 273 info.maxSupportedRxLinkSpeed = CheckDataLegal(tokens[dataRecvLen++]); in GetScanInfo() 333 info.maxSupportedRxLinkSpeed = reply.ReadInt32(); in ParseScanInfosSmall()
|
H A D | wifi_device_proxy_lite.cpp | 196 (void)ReadInt32(reply, &info.maxSupportedRxLinkSpeed); in ReadLinkedInfo()
|
H A D | wifi_device_proxy.cpp | 1293 info.maxSupportedRxLinkSpeed = reply.ReadInt32(); in ReadLinkedInfo()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.cpp | 602 linkInfo.maxSupportedRxLinkSpeed = iter->maxSupportedRxLinkSpeed; in SetWifiLinkedStandardAndMaxSpeed()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub_lite.cpp | 485 (void)WriteInt32(reply, (int)wifiInfo.maxSupportedRxLinkSpeed); in OnGetLinkedInfo()
|
H A D | wifi_device_service_impl.cpp | 1347 … info.maxSupportedRxLinkSpeed, info.maxSupportedTxLinkSpeed, info.rxLinkSpeed, info.txLinkSpeed); in GetLinkedInfo()
|
H A D | wifi_device_stub.cpp | 912 reply.WriteInt32((int)wifiInfo.maxSupportedRxLinkSpeed); in OnGetLinkedInfo()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-communication.md | 144 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法 or 属性:maxSupportedRxLinkSpeed: number;|@oh…
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.cpp | 723 … scanInfo.maxSupportedRxLinkSpeed = GetWifiMaxSupportedMaxSpeed(interInfo, MAX_RX_SPATIAL_STREAMS); in ConvertScanInfo()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-communication.md | 144 …nager<br>Class name: WifiLinkedInfo<br>Method or attribute name: maxSupportedRxLinkSpeed: number;|…
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_device.cpp | 1037 …nt32(env, "maxSupportedRxLinkSpeed", static_cast<int>(linkedInfo.maxSupportedRxLinkSpeed), result); in LinkedInfoToJs()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-wifiManager.md | 985 | maxSupportedRxLinkSpeed<sup>10+</sup> | number | 是 | 否 | 当前支持的最大下行速率,单位Mbps/s。 |
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 1069 … linkedInfo.maxSupportedRxLinkSpeed, linkedInfo.maxSupportedTxLinkSpeed, linkedInfo.connState, in DealSignalPollResult()
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-wifiManager.md | 985 | maxSupportedRxLinkSpeed<sup>10+</sup> | number | Yes| No| Maximum downlink speed supported, in Mb…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 709 |新增|NA|类名:WifiLinkedInfo;<br>方法or属性:maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-communication.md | 709 |Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: maxSupportedRxLinkSpeed: number;…
|