Home
last modified time | relevance | path

Searched refs:currentRxBytes (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_signal_poll_result_v11.md29 | int [currentRxBytes](#currentrxbytes) | RxBytes value. |
78 ### currentRxBytes subsection
81 int SignalPollResult::currentRxBytes
/ohos5.0/drivers/interface/wlan/chip/v1_0/
H A DChipTypes.idl177 int currentRxBytes;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h470 int32_t currentRxBytes; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_types.h.txt201 int32_t currentRxBytes;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_types.h.txt201 int32_t currentRxBytes;
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h309 int32_t currentRxBytes; member
/ohos5.0/drivers/interface/wlan/v1_1/
H A DWlanTypes.idl360 int currentRxBytes;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/
H A Ddump.txt302 int currentRxBytes;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/
H A DWlanTypes.idl360 int currentRxBytes;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/
H A DWlanTypes.idl360 int currentRxBytes;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt336 int currentRxBytes;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_sta_hal_interface.cpp635 info.rxBytes = signalPollResult.currentRxBytes; in GetConnectSignalInfo()
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c3154 signalResult->currentRxBytes = (int32_t)nla_get_u32(stats[NL80211_STA_INFO_RX_BYTES]); in SignalInfoHandler()