Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/interfaces/include/
Dwifi_hal.h267 int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);
/drivers/peripheral/wlan/hdi_service/service_extend/
Dwlan_extend_cmd.c40 ret = g_wifi->startChannelMeas(ifName, (const struct MeasParam *)measChannelParam); in WlanInterfaceStartChannelMeas()
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h248 struct MeasParam { struct
340 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam);
/drivers/peripheral/wlan/hal/src/
Dwifi_hal.c309 static int32_t StartChannelMeasInner(const char *ifName, const struct MeasParam *measParam) in StartChannelMeasInner()
474 static int32_t WifiStartChannelMeas(const char *ifName, const struct MeasParam *measParam) in WifiStartChannelMeas()
/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h645 int32_t (*StartChannelMeas)(struct NetDevice *netDev, const MeasParam *measParam);
/drivers/hdf_core/framework/model/network/wifi/include/
Dhdf_wifi_cmd.h440 } MeasParam; typedef
/drivers/peripheral/wlan/client/src/sbuf/
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()
/drivers/hdf_core/framework/model/network/wifi/core/module/
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()
/drivers/peripheral/wlan/
DREADME_zh.md146 …115515"></a>int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);</p>
/drivers/peripheral/wlan/test/unittest/hal/
Dwifi_hal_test.cpp2056 struct MeasParam measChannelParam;
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c1576 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas()