Home
last modified time | relevance | path

Searched refs:getChannelMeasResult (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/
H A Dwlan_extend_cmd_vdi.h27 int32_t (*getChannelMeasResult)(struct IWlanInterface *self, const char *ifName, member
H A Dwlan_extend_cmd.c102 ret = g_wlanExtendVdiImpl->getChannelMeasResult(self, ifName, measChannelResult); in WlanInterfaceGetChannelMeasResult()
/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()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h257 * @brief Start channel measurement(asynchronous interface, need call getChannelMeasResult to
281 int32_t (*getChannelMeasResult)(const char *ifName, struct MeasResult *measResult); member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c653 singleWifiInstance.getChannelMeasResult = WifiGetChannelMeasResult; in WifiConstruct()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2068 ret = g_wifi->getChannelMeasResult(nullptr, &measChannelResult);
2070 ret = g_wifi->getChannelMeasResult(ifName, nullptr);
2072 ret = g_wifi->getChannelMeasResult(ifName, &measChannelResult);

Completed in 5 milliseconds