Home
last modified time | relevance | path

Searched refs:measParam (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c314 static int32_t StartChannelMeasInner(const char *ifName, const struct MeasParam *measParam) in StartChannelMeasInner() argument
316 if (ifName == NULL || measParam == NULL || measParam->channelId < 0) { in StartChannelMeasInner()
320 return StartChannelMeas(ifName, measParam); in StartChannelMeasInner()
557 static int32_t WifiStartChannelMeas(const char *ifName, const struct MeasParam *measParam) in WifiStartChannelMeas() argument
561 int32_t ret = StartChannelMeasInner(ifName, measParam); in WifiStartChannelMeas()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h261 * @param measParam Parameters of the measurement channel.
268 int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h638 * @param measParam Parameters of the measurement channel.
645 int32_t (*StartChannelMeas)(struct NetDevice *netDev, const MeasParam *measParam);
/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() argument
1539 return chipDriver->ops->StartChannelMeas(netdev, measParam); in HdfWlanStartChannelMeas()
1544 const MeasParam *measParam = NULL; in WifiCmdStartChannelMeas() local
1558 if (!HdfSbufReadBuffer(reqData, (const void **)&measParam, &replayDataSize)|| in WifiCmdStartChannelMeas()
1563 ret = HdfWlanStartChannelMeas(ifName, measParam); in WifiCmdStartChannelMeas()
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h356 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam);
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c850 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas() argument
866 if (!HdfSbufWriteBuffer(data, measParam, sizeof(struct MeasParam))) { in StartChannelMeas()
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1888 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas() argument
1891 (void)measParam; in StartChannelMeas()

Completed in 14 milliseconds