Searched refs:measParam (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 314 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 D | wifi_hal.h | 261 * @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 D | wifi_mac80211_ops.h | 638 * @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 D | wifi_base.c | 1516 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 D | wifi_driver_client.h | 356 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam);
|
/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() argument 866 if (!HdfSbufWriteBuffer(data, measParam, sizeof(struct MeasParam))) { in StartChannelMeas()
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 1888 int32_t StartChannelMeas(const char *ifName, const struct MeasParam *measParam) in StartChannelMeas() argument 1891 (void)measParam; in StartChannelMeas()
|
Completed in 14 milliseconds