Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/
H A Dwlan_extend_cmd_vdi.h29 int32_t (*sendCmdIoctl)(struct IWlanInterface *self, const char *ifName, int32_t cmdId, member
H A Dwlan_extend_cmd.c123 ret = g_wlanExtendVdiImpl->sendCmdIoctl(self, ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp1727 ret = g_wifi->sendCmdIoctl(ifName, cmdId, nullptr, TEST_BUF_SIZE);
1729 ret = g_wifi->sendCmdIoctl(nullptr, cmdId, data, TEST_BUF_SIZE);
1732 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
1760 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
1787 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
1814 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
1844 ret = g_wifi->sendCmdIoctl(nullptr, cmdId, data, TEST_BUF_SIZE);
1848 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
1876 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
1903 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE);
[all …]
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h309 …int32_t (*sendCmdIoctl)(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramB… member
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c82 ret = g_wifi->sendCmdIoctl(ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c655 singleWifiInstance.sendCmdIoctl = WifiSendCmdIoctl; in WifiConstruct()