Home
last modified time | relevance | path

Searched refs:currentChload (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.md26 | int [currentChload](#currentchload) | Current channel load. |
48 ### currentChload subsection
51 int SignalPollResult::currentChload
/ohos5.0/drivers/interface/wlan/chip/v1_0/
H A DChipTypes.idl174 int currentChload;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h467 int32_t currentChload; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_types.h.txt198 int32_t currentChload;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_types.h.txt198 int32_t currentChload;
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h306 int32_t currentChload; member
/ohos5.0/drivers/interface/wlan/v1_1/
H A DWlanTypes.idl354 int currentChload;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/
H A Ddump.txt299 int currentChload;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/
H A DWlanTypes.idl354 int currentChload;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/
H A DWlanTypes.idl354 int currentChload;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt333 int currentChload;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_sta_hal_interface.cpp632 info.chload = signalPollResult.currentChload; in GetConnectSignalInfo()
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c3084 signalResult->currentChload = nla_get_s32(stats[NL80211_STA_INFO_CNAHLOAD]); in FillSignalExt()