Home
last modified time | relevance | path

Searched refs:measChannelResult (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c48 struct MeasChannelResult *measChannelResult) in WlanInterfaceGetChannelMeasResult()
53 if (ifName == NULL || measChannelResult == NULL) { in WlanInterfaceGetChannelMeasResult()
61 ret = g_wifi->getChannelMeasResult(ifName, (struct MeasResult *)measChannelResult); in WlanInterfaceGetChannelMeasResult()
47 WlanInterfaceGetChannelMeasResult(struct IWlanInterface *self, const char *ifName, struct MeasChannelResult *measChannelResult) WlanInterfaceGetChannelMeasResult() argument
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/
H A Dwlan_extend_cmd.c89 struct MeasChannelResult *measChannelResult) in WlanInterfaceGetChannelMeasResult()
94 if (ifName == NULL || measChannelResult == NULL) { in WlanInterfaceGetChannelMeasResult()
102 ret = g_wlanExtendVdiImpl->getChannelMeasResult(self, ifName, measChannelResult); in WlanInterfaceGetChannelMeasResult()
88 WlanInterfaceGetChannelMeasResult(struct IWlanInterface *self, const char *ifName, struct MeasChannelResult *measChannelResult) WlanInterfaceGetChannelMeasResult() argument
H A Dwlan_extend_cmd_vdi.h28 struct MeasChannelResult *measChannelResult);
/drivers/peripheral/wlan/hdi_service/service_extend/
H A Dwlan_extend_cmd.h25 struct MeasChannelResult *measChannelResult);
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp263 struct MeasChannelResult measChannelResult = {0}; in FuzzGetChannelMeasResult() local
265 interface->GetChannelMeasResult(interface, ifName, &measChannelResult); in FuzzGetChannelMeasResult()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp814 struct MeasChannelResult measChannelResult = {0}; in HWTEST_F() local
822 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, ifName, &measChannelResult); in HWTEST_F()
829 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, nullptr, &measChannelResult); in HWTEST_F()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2057 struct MeasResult measChannelResult = {0};
2068 ret = g_wifi->getChannelMeasResult(nullptr, &measChannelResult);
2072 ret = g_wifi->getChannelMeasResult(ifName, &measChannelResult);

Completed in 6 milliseconds