Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/
H A Dwlan_extend_cmd_vdi.h25 int32_t (*startChannelMeas)(struct IWlanInterface *self, const char *ifName, member
H A Dwlan_extend_cmd.c81 ret = g_wlanExtendVdiImpl->startChannelMeas(self, ifName, measChannelParam); in WlanInterfaceStartChannelMeas()
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c40 ret = g_wifi->startChannelMeas(ifName, (const struct MeasParam *)measChannelParam); in WlanInterfaceStartChannelMeas()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h268 int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam); member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c652 singleWifiInstance.startChannelMeas = WifiStartChannelMeas; in WifiConstruct()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2061 ret = g_wifi->startChannelMeas(nullptr, &measChannelParam);
2063 ret = g_wifi->startChannelMeas(ifName, nullptr);
2065 ret = g_wifi->startChannelMeas(ifName, &measChannelParam);

Completed in 5 milliseconds