/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/ |
H A D | wlan_extend_cmd.c | 69 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 D | wlan_extend_cmd.c | 110 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 D | wlan_extend_cmd_vdi.h | 30 const int8_t *paramBuf, uint32_t paramBufLen);
32 uint8_t *paramBuf, uint32_t *paramBufLen);
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_p2p_iface.cpp | 147 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 D | wifi_ext_iface.cpp | 144 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 D | wifi_ap_iface.cpp | 186 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 D | wifi_ap_iface.h | 59 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 D | wifi_sta_iface.h | 58 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 D | wifi_p2p_iface.h | 57 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 D | wifi_ext_iface.h | 57 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 D | wifi_sta_iface.cpp | 224 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 D | wifi_vendor_hal.h | 77 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 D | wifi_hal.h | 133 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 D | wifi_vendor_hal.cpp | 415 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 D | wlan_extend_cmd.h | 27 const int8_t *paramBuf, uint32_t paramBufLen);
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 341 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 D | wifi_hal.h | 301 * @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 D | wlan_common_fuzzer.cpp | 227 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 D | wlan_common_cmd.h | 75 uint8_t *paramBuf, uint32_t *paramBufLen);
|
/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 667 * @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 D | wifi_driver_client.h | 359 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen);
|
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 867 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 D | netlink_cmd_adapter.c | 2320 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in SendCmdIoctl() argument 2324 (void)paramBuf; in SendCmdIoctl()
|