Home
last modified time | relevance | path

Searched refs:measChannelResult (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/wlan/hdi_service/service_extend/
Dwlan_extend_cmd.c48 struct MeasChannelResult *measChannelResult) in WlanInterfaceGetChannelMeasResult() argument
53 if (ifName == NULL || measChannelResult == NULL) { in WlanInterfaceGetChannelMeasResult()
61 ret = g_wifi->getChannelMeasResult(ifName, (struct MeasResult *)measChannelResult); in WlanInterfaceGetChannelMeasResult()
Dwlan_extend_cmd.h22 struct MeasChannelResult *measChannelResult);
/drivers/peripheral/wlan/test/fuzztest/
Dwlan_common_fuzzer.cpp256 struct MeasChannelResult measChannelResult = {0}; in FuzzGetChannelMeasResult() local
258 interface->GetChannelMeasResult(interface, ifName, &measChannelResult); in FuzzGetChannelMeasResult()
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_hal_services_c_test.cpp812 struct MeasChannelResult measChannelResult = {0}; variable
820 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, ifName, &measChannelResult);
827 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, nullptr, &measChannelResult);
/drivers/interface/wlan/v1_0/
DIWlanInterface.idl431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa…
439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
/drivers/interface/wlan/v1_1/
DIWlanInterface.idl431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa…
439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
/drivers/peripheral/wlan/test/unittest/hal/
Dwifi_hal_test.cpp2057 struct MeasResult measChannelResult = {0}; variable
2068 ret = g_wifi->getChannelMeasResult(nullptr, &measChannelResult);
2072 ret = g_wifi->getChannelMeasResult(ifName, &measChannelResult);
/drivers/peripheral/wlan/
DREADME_zh.md158 …(struct IWlanInterface *self, const char* ifName, struct MeasChannelResult* measChannelResult);</p>