Home
last modified time | relevance | path

Searched refs:MeasParam (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h268 int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);
/ohos5.0/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()
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h264 struct MeasParam { struct
356 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam);
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c314 static int32_t StartChannelMeasInner(const char *ifName, const struct MeasParam *measParam) in StartChannelMeasInner()
557 static int32_t WifiStartChannelMeas(const char *ifName, const struct MeasParam *measParam) in WifiStartChannelMeas()
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h645 int32_t (*StartChannelMeas)(struct NetDevice *netDev, const MeasParam *measParam);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h440 } MeasParam; typedef
/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()
866 if (!HdfSbufWriteBuffer(data, measParam, sizeof(struct MeasParam))) { in StartChannelMeas()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1516 static uint32_t HdfWlanStartChannelMeas(const char *ifName, const MeasParam *measParam) in HdfWlanStartChannelMeas()
1544 const MeasParam *measParam = NULL; in WifiCmdStartChannelMeas()
1559 replayDataSize != sizeof(MeasParam)) { in WifiCmdStartChannelMeas()
/ohos5.0/drivers/peripheral/wlan/
H A DREADME_zh.md146 …115515"></a>int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);</p>
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2056 struct MeasParam measChannelParam;
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1887 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas()