Home
last modified time | relevance | path

Searched refs:SendCmdIoctl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h675 …int32_t (*SendCmdIoctl)(struct NetDevice *netDev, int32_t cmdId, const int8_t *paramBuf, uint32_t … member
/ohos5.0/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 paramBufLe…
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c347 return SendCmdIoctl(ifName, cmdId, paramBuf, paramBufLen); in SendCmdIoctlInner()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1652 if (chipDriver->ops->SendCmdIoctl == NULL) { in HdfWlanSendCmdIoctl()
1656 return chipDriver->ops->SendCmdIoctl(netdev, cmd, buf, bufLen); in HdfWlanSendCmdIoctl()
/ohos5.0/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 paramBufLe… in SendCmdIoctl() function
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2319 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLe… in SendCmdIoctl() function