Home
last modified time | relevance | path

Searched refs:StartChannelMeas (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_wlan_interface_v10.md47 | [StartChannelMeas](#startchannelmeas) ([in] String ifName, [in] struct [MeasChannelParam](_meas_c…
677 ### StartChannelMeas()
680 IWlanInterface::StartChannelMeas ([in] String ifName, [in] struct MeasChannelParam measChannelParam…
H A Dinterface_i_wlan_interface_v11.md45 | [StartChannelMeas](#startchannelmeas) ([in] String ifName, [in] struct [MeasChannelParam](_meas_c…
757 ### StartChannelMeas()
760 IWlanInterface::StartChannelMeas ([in] String ifName, [in] struct MeasChannelParam measChannelParam…
/ohos5.0/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c64 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas; in WlanInterfaceImplGetInstance()
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h645 int32_t (*StartChannelMeas)(struct NetDevice *netDev, const MeasParam *measParam); member
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp207 interface->StartChannelMeas(interface, ifName, &measChannelParam); in FuzzStartChannelMeas()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Diwlan_interface.h.txt151 int32_t (*StartChannelMeas)(struct IWlanInterface *self, const char* ifName,
H A Dwlan_interface_service.c.txt241 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas;
H A Dwlan_interface_stub.c.txt1633 if (serviceImpl->StartChannelMeas == NULL) {
1634 HDF_LOGE("%{public}s: invalid interface function StartChannelMeas ", __func__);
1639 wlanInterfaceRet = serviceImpl->StartChannelMeas(serviceImpl, ifName, measChannelParam);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Diwlan_interface.h.txt154 int32_t (*StartChannelMeas)(struct IWlanInterface *self, const char* ifName,
H A Dwlan_interface_service.c.txt258 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas;
H A Dwlan_interface_stub.c.txt1633 if (serviceImpl->StartChannelMeas == NULL) {
1634 HDF_LOGE("%{public}s: invalid interface function StartChannelMeas ", __func__);
1639 wlanInterfaceRet = serviceImpl->StartChannelMeas(serviceImpl, ifName, measChannelParam);
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp818 int32_t rc = g_wlanObj->StartChannelMeas(g_wlanObj, ifName, &measChannelParam);
825 rc = g_wlanObj->StartChannelMeas(g_wlanObj, nullptr, &measChannelParam);
827 rc = g_wlanObj->StartChannelMeas(g_wlanObj, ifName, nullptr);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/
H A Ddump.txt105 [mini, lite, full, oneway] StartChannelMeas(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Diwlan_interface.h.txt160 int32_t (*StartChannelMeas)(struct IWlanInterface *self, const char* ifName,
H A Dwlan_interface_service.c.txt291 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas;
H A Dwlan_interface_stub.c.txt1633 if (serviceImpl->StartChannelMeas == NULL) {
1634 HDF_LOGE("%{public}s: invalid interface function StartChannelMeas ", __func__);
1639 wlanInterfaceRet = serviceImpl->StartChannelMeas(serviceImpl, ifName, measChannelParam);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h356 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/
H A Ddump.txt131 [mini, lite, full, oneway] StartChannelMeas(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt165 [mini, lite, full, oneway] StartChannelMeas(
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c320 return StartChannelMeas(ifName, measParam); in StartChannelMeasInner()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1535 if (chipDriver->ops->StartChannelMeas == NULL) { in HdfWlanStartChannelMeas()
1539 return chipDriver->ops->StartChannelMeas(netdev, measParam); in HdfWlanStartChannelMeas()
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c850 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas() function
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanInterface.idl425 [oneway] StartChannelMeas([in] String ifName, [in] struct MeasChannelParam measChannelParam);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DIWlanInterface.idl425 [oneway] StartChannelMeas([in] String ifName, [in] struct MeasChannelParam measChannelParam);
/ohos5.0/drivers/interface/wlan/v1_1/
H A DIWlanInterface.idl425 [oneway] StartChannelMeas([in] String ifName, [in] struct MeasChannelParam measChannelParam);

12