Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c27 const struct MeasChannelParam *measChannelParam) in WlanInterfaceStartChannelMeas()
32 if (ifName == NULL || measChannelParam == NULL) { in WlanInterfaceStartChannelMeas()
40 ret = g_wifi->startChannelMeas(ifName, (const struct MeasParam *)measChannelParam); in WlanInterfaceStartChannelMeas()
26 WlanInterfaceStartChannelMeas(struct IWlanInterface *self, const char *ifName, const struct MeasChannelParam *measChannelParam) WlanInterfaceStartChannelMeas() argument
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/
H A Dwlan_extend_cmd.c68 const struct MeasChannelParam *measChannelParam) in WlanInterfaceStartChannelMeas()
73 if (ifName == NULL || measChannelParam == NULL) { in WlanInterfaceStartChannelMeas()
81 ret = g_wlanExtendVdiImpl->startChannelMeas(self, ifName, measChannelParam); in WlanInterfaceStartChannelMeas()
67 WlanInterfaceStartChannelMeas(struct IWlanInterface *self, const char *ifName, const struct MeasChannelParam *measChannelParam) WlanInterfaceStartChannelMeas() argument
H A Dwlan_extend_cmd_vdi.h26 const struct MeasChannelParam *measChannelParam);
/drivers/peripheral/wlan/hdi_service/service_extend/
H A Dwlan_extend_cmd.h23 const struct MeasChannelParam *measChannelParam);
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp203 struct MeasChannelParam measChannelParam; in FuzzStartChannelMeas() local
204 measChannelParam.channelId = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzStartChannelMeas()
205 measChannelParam.measTime = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzStartChannelMeas()
207 interface->StartChannelMeas(interface, ifName, &measChannelParam); in FuzzStartChannelMeas()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp813 struct MeasChannelParam measChannelParam; in HWTEST_F() local
816 measChannelParam.channelId = 1; in HWTEST_F()
817 measChannelParam.measTime = 15; in HWTEST_F()
818 int32_t rc = g_wlanObj->StartChannelMeas(g_wlanObj, ifName, &measChannelParam); in HWTEST_F()
825 rc = g_wlanObj->StartChannelMeas(g_wlanObj, nullptr, &measChannelParam); in HWTEST_F()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2056 struct MeasParam measChannelParam;
2058 measChannelParam.channelId = 1;
2059 measChannelParam.measTime = 15;
2061 ret = g_wifi->startChannelMeas(nullptr, &measChannelParam);
2065 ret = g_wifi->startChannelMeas(ifName, &measChannelParam);

Completed in 7 milliseconds