/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/ |
H A D | wlan_extend_cmd.c | 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 | 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/chip/hdi_service/ |
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 243 int32_t WifiStaIface::GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
|
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 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 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 205 int32_t WifiApIface::GetCoexictenceChannelList(const std::string& ifName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument
|
H A D | wifi_vendor_hal.cpp | 431 WifiError WifiVendorHal::GetCoexictenceChannelList(const std::string& ifaceName, std::vector<uint8_t>& paramBuf) in GetCoexictenceChannelList() argument 414 SendCmdToDriver(const std::string& ifaceName, int32_t cmdId, const std::vector<int8_t>& paramBuf) SendCmdToDriver() argument
|
/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
|
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 911 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in SendCmdIoctl() argument
|
/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 587 static int32_t WifiSendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen) in WifiSendCmdIoctl() argument
|
/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
|