Home
last modified time | relevance | path

Searched refs:MeasResult (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h281 int32_t (*getChannelMeasResult)(const char *ifName, struct MeasResult *measResult);
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c61 ret = g_wifi->getChannelMeasResult(ifName, (struct MeasResult *)measChannelResult); in WlanInterfaceGetChannelMeasResult()
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h269 struct MeasResult { struct
357 int32_t GetChannelMeasResult(const char *ifName, struct MeasResult *measResult);
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c323 static int32_t GetChannelMeasResultInner(const char *ifName, struct MeasResult *measResult) in GetChannelMeasResultInner()
567 static int32_t WifiGetChannelMeasResult(const char *ifName, struct MeasResult *measResult) in WifiGetChannelMeasResult()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h446 } MeasResult; typedef
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp1073 MeasResult measResult;
/ohos5.0/drivers/peripheral/wlan/
H A DREADME_zh.md160 …115515"></a>int32_t (*getChannelMeasResult)(const char *ifName, struct MeasResult *measResult);</p>
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2057 struct MeasResult measChannelResult = {0};
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1894 int32_t GetChannelMeasResult(const char *ifName, struct MeasResult *measResult) in GetChannelMeasResult()