Home
last modified time | relevance | path

Searched refs:paramBuf (Results 1 - 23 of 23) sorted by relevance

/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()
74 if (ifName == NULL || paramBuf == NULL) { in WlanInterfaceWifiSendCmdIoctl()
82 ret = g_wifi->sendCmdIoctl(ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
90 uint8_t *paramBuf, uint32_t *paramBufLen) in WlanInterfaceGetCoexChannelList()
94 if (ifName == NULL || paramBuf == NULL) { 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/service_extend_vdi/
H A Dwlan_extend_cmd.c110 const int8_t *paramBuf, uint32_t paramBufLen) in WlanInterfaceWifiSendCmdIoctl()
115 if (ifName == NULL || paramBuf == NULL) { in WlanInterfaceWifiSendCmdIoctl()
123 ret = g_wlanExtendVdiImpl->sendCmdIoctl(self, ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
131 uint8_t *paramBuf, uint32_t *paramBufLen) in WlanInterfaceGetCoexChannelList()
136 if (ifName == NULL || paramBuf == NULL) { 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
H A Dwlan_extend_cmd_vdi.h30 const int8_t *paramBuf, uint32_t paramBufLen);
32 uint8_t *paramBuf, uint32_t *paramBufLen);
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_p2p_iface.cpp147 int32_t WifiP2pIface::SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) in SendCmdToDriver() argument
149 WifiError status = vendorHal_.lock()->SendCmdToDriver(ifName, cmdId, paramBuf); in SendCmdToDriver()
166 int32_t WifiP2pIface::GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
H A Dwifi_ext_iface.cpp144 int32_t WifiExtIface::SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) in SendCmdToDriver() argument
146 WifiError status = vendorHal_.lock()->SendCmdToDriver(ifName, cmdId, paramBuf); in SendCmdToDriver()
163 int32_t WifiExtIface::GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
H A Dwifi_ap_iface.cpp186 int32_t WifiApIface::SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) in SendCmdToDriver() argument
188 WifiError status = vendorHal_.lock()->SendCmdToDriver(ifName, cmdId, paramBuf); in SendCmdToDriver()
205 int32_t WifiApIface::GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
H A Dwifi_ap_iface.h59 int32_t SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) override;
62 int32_t GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) override;
H A Dwifi_sta_iface.h58 int32_t SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) override;
61 int32_t GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) override;
H A Dwifi_p2p_iface.h57 int32_t SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) override;
60 int32_t GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) override;
H A Dwifi_ext_iface.h57 int32_t SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) override;
60 int32_t GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) override;
H A Dwifi_sta_iface.cpp224 int32_t WifiStaIface::SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf) in SendCmdToDriver() argument
226 WifiError status = vendorHal_.lock()->SendCmdToDriver(ifName, cmdId, paramBuf); in SendCmdToDriver()
243 int32_t WifiStaIface::GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
H A Dwifi_vendor_hal.h77 WifiError SendCmdToDriver(const std::string& ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf);
80 WifiError GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf);
H A Dwifi_hal.h133 WifiError (*sendCmdToDriver)(const char* ifName, int32_t cmdId, const std::vector<int8_t>& paramBuf);
136 WifiError (*getCoexictenceChannelList)(const std::string& ifName, std::vector<uint8_t>& paramBuf);
H A Dwifi_vendor_hal.cpp415 const std::vector<int8_t>& paramBuf) in SendCmdToDriver()
417 return globalFuncTable_.sendCmdToDriver(ifaceName.c_str(), cmdId, paramBuf); in SendCmdToDriver()
431 WifiError WifiVendorHal::GetCoexictenceChannelList(const std::string& ifaceName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
433 return globalFuncTable_.getCoexictenceChannelList(ifaceName, paramBuf); in GetCoexictenceChannelList()
414 SendCmdToDriver(const std::string& ifaceName, int32_t cmdId, const std::vector<int8_t>& paramBuf) SendCmdToDriver() 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
343 if (ifName == NULL || paramBuf == NULL) { in SendCmdIoctlInner()
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.h301 * @param paramBuf Indicates the paramter send to driver.
309 int32_t (*sendCmdIoctl)(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen);
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp227 int8_t *paramBuf = const_cast<int8_t *>(reinterpret_cast<const int8_t *>(rawData)); in FuzzWifiSendCmdIoctl() local
229 interface->WifiSendCmdIoctl(interface, ifName, cmdId, paramBuf, g_wlanTestSize); in FuzzWifiSendCmdIoctl()
/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.h667 * @param paramBuf Indicates the paramter send to driver.
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.c867 HDF_LOGE("%s: write paramBuf fail!", __FUNCTION__); in StartChannelMeas()
911 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
2324 (void)paramBuf; in SendCmdIoctl()

Completed in 17 milliseconds