Searched refs:MeasParam (Results 1 – 11 of 11) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/ |
D | wifi_hal.h | 267 int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);
|
/drivers/peripheral/wlan/hdi_service/service_extend/ |
D | wlan_extend_cmd.c | 40 ret = g_wifi->startChannelMeas(ifName, (const struct MeasParam *)measChannelParam); in WlanInterfaceStartChannelMeas()
|
/drivers/peripheral/wlan/client/include/ |
D | wifi_driver_client.h | 248 struct MeasParam { struct 340 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam);
|
/drivers/peripheral/wlan/hal/src/ |
D | wifi_hal.c | 309 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/ |
D | wifi_mac80211_ops.h | 645 int32_t (*StartChannelMeas)(struct NetDevice *netDev, const MeasParam *measParam);
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
D | hdf_wifi_cmd.h | 440 } MeasParam; typedef
|
/drivers/peripheral/wlan/client/src/sbuf/ |
D | sbuf_cmd_adapter.c | 850 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/ |
D | wifi_base.c | 1516 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/ |
D | README_zh.md | 146 …115515"></a>int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);</p>
|
/drivers/peripheral/wlan/test/unittest/hal/ |
D | wifi_hal_test.cpp | 2056 struct MeasParam measChannelParam;
|
/drivers/peripheral/wlan/client/src/netlink/ |
D | netlink_cmd_adapter.c | 1576 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas()
|