/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | interface_i_wlan_interface_v10.md | 47 | [StartChannelMeas](#startchannelmeas) ([in] String ifName, [in] struct [MeasChannelParam](_meas_c… 677 ### StartChannelMeas() 680 IWlanInterface::StartChannelMeas ([in] String ifName, [in] struct MeasChannelParam measChannelParam…
|
H A D | interface_i_wlan_interface_v11.md | 45 | [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 D | wlan_interface_service.c | 64 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas; in WlanInterfaceImplGetInstance()
|
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 645 int32_t (*StartChannelMeas)(struct NetDevice *netDev, const MeasParam *measParam); member
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wlan_common_fuzzer.cpp | 207 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 D | iwlan_interface.h.txt | 151 int32_t (*StartChannelMeas)(struct IWlanInterface *self, const char* ifName,
|
H A D | wlan_interface_service.c.txt | 241 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas;
|
H A D | wlan_interface_stub.c.txt | 1633 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 D | iwlan_interface.h.txt | 154 int32_t (*StartChannelMeas)(struct IWlanInterface *self, const char* ifName,
|
H A D | wlan_interface_service.c.txt | 258 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas;
|
H A D | wlan_interface_stub.c.txt | 1633 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 D | wlan_hdi_hal_services_c_test.cpp | 818 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 D | dump.txt | 105 [mini, lite, full, oneway] StartChannelMeas(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/ |
H A D | iwlan_interface.h.txt | 160 int32_t (*StartChannelMeas)(struct IWlanInterface *self, const char* ifName,
|
H A D | wlan_interface_service.c.txt | 291 service->interface.StartChannelMeas = WlanInterfaceStartChannelMeas;
|
H A D | wlan_interface_stub.c.txt | 1633 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 D | wifi_driver_client.h | 356 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 D | dump.txt | 131 [mini, lite, full, oneway] StartChannelMeas(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/ |
H A D | dump.txt | 165 [mini, lite, full, oneway] StartChannelMeas(
|
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 320 return StartChannelMeas(ifName, measParam); in StartChannelMeasInner()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 1535 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 D | sbuf_cmd_adapter.c | 850 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas() function
|
/ohos5.0/drivers/interface/wlan/v1_0/ |
H A D | IWlanInterface.idl | 425 [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 D | IWlanInterface.idl | 425 [oneway] StartChannelMeas([in] String ifName, [in] struct MeasChannelParam measChannelParam);
|
/ohos5.0/drivers/interface/wlan/v1_1/ |
H A D | IWlanInterface.idl | 425 [oneway] StartChannelMeas([in] String ifName, [in] struct MeasChannelParam measChannelParam);
|