Home
last modified time | relevance | path

Searched refs:paramBufLen (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/
H A Dwlan_extend_cmd_vdi.h30 const int8_t *paramBuf, uint32_t paramBufLen);
32 uint8_t *paramBuf, uint32_t *paramBufLen);
H A Dwlan_extend_cmd.c110 const int8_t *paramBuf, uint32_t paramBufLen) in WlanInterfaceWifiSendCmdIoctl()
123 ret = g_wlanExtendVdiImpl->sendCmdIoctl(self, ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
131 uint8_t *paramBuf, uint32_t *paramBufLen) in WlanInterfaceGetCoexChannelList()
144 ret = g_wlanExtendVdiImpl->getCoexChannelList(self, ifName, paramBuf, paramBufLen); in WlanInterfaceGetCoexChannelList()
109 WlanInterfaceWifiSendCmdIoctl(struct IWlanInterface *self, const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) WlanInterfaceWifiSendCmdIoctl() argument
130 WlanInterfaceGetCoexChannelList(struct IWlanInterface *self, const char *ifName, uint8_t *paramBuf, uint32_t *paramBufLen) WlanInterfaceGetCoexChannelList() argument
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c69 const int8_t *paramBuf, uint32_t paramBufLen) in WlanInterfaceWifiSendCmdIoctl()
82 ret = g_wifi->sendCmdIoctl(ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
90 uint8_t *paramBuf, uint32_t *paramBufLen) in WlanInterfaceGetCoexChannelList()
68 WlanInterfaceWifiSendCmdIoctl(struct IWlanInterface *self, const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) WlanInterfaceWifiSendCmdIoctl() argument
89 WlanInterfaceGetCoexChannelList(struct IWlanInterface *self, const char *ifName, uint8_t *paramBuf, uint32_t *paramBufLen) WlanInterfaceGetCoexChannelList() argument
/drivers/peripheral/wlan/hdi_service/service_extend/
H A Dwlan_extend_cmd.h27 const int8_t *paramBuf, uint32_t paramBufLen);
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c341 static int32_t SendCmdIoctlInner(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in SendCmdIoctlInner() argument
347 return SendCmdIoctl(ifName, cmdId, paramBuf, paramBufLen); in SendCmdIoctlInner()
587 static int32_t WifiSendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in WifiSendCmdIoctl() argument
591 int32_t ret = SendCmdIoctlInner(ifName, cmdId, paramBuf, paramBufLen); in WifiSendCmdIoctl()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h302 * @param paramBufLen Indicates the length of parameter.
309 int32_t (*sendCmdIoctl)(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen);
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h75 uint8_t *paramBuf, uint32_t *paramBufLen);
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h668 * @param paramBufLen Indicates the length of parameter.
675 int32_t (*SendCmdIoctl)(struct NetDevice *netDev, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen);
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h359 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen);
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c911 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in SendCmdIoctl() argument
931 if (!HdfSbufWriteBuffer(req, paramBuf, paramBufLen)) { in SendCmdIoctl()
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2320 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in SendCmdIoctl() argument
2325 (void)paramBufLen; in SendCmdIoctl()

Completed in 13 milliseconds