Searched refs:measChannelResult (Results 1 – 8 of 8) sorted by relevance
/drivers/peripheral/wlan/hdi_service/service_extend/ |
D | wlan_extend_cmd.c | 48 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()
|
D | wlan_extend_cmd.h | 22 struct MeasChannelResult *measChannelResult);
|
/drivers/peripheral/wlan/test/fuzztest/ |
D | wlan_common_fuzzer.cpp | 256 struct MeasChannelResult measChannelResult = {0}; in FuzzGetChannelMeasResult() local 258 interface->GetChannelMeasResult(interface, ifName, &measChannelResult); in FuzzGetChannelMeasResult()
|
/drivers/peripheral/wlan/test/hdi_service/ |
D | wlan_hdi_hal_services_c_test.cpp | 812 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/ |
D | IWlanInterface.idl | 431 …* @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/ |
D | IWlanInterface.idl | 431 …* @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/ |
D | wifi_hal_test.cpp | 2057 struct MeasResult measChannelResult = {0}; variable 2068 ret = g_wifi->getChannelMeasResult(nullptr, &measChannelResult); 2072 ret = g_wifi->getChannelMeasResult(ifName, &measChannelResult);
|
/drivers/peripheral/wlan/ |
D | README_zh.md | 158 …(struct IWlanInterface *self, const char* ifName, struct MeasChannelResult* measChannelResult);</p>
|