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 D | wlan_extend_cmd_vdi.h | 29 int32_t (*sendCmdIoctl)(struct IWlanInterface *self, const char *ifName, int32_t cmdId, member
|
H A D | wlan_extend_cmd.c | 123 ret = g_wlanExtendVdiImpl->sendCmdIoctl(self, ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 1727 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 D | wifi_hal.h | 309 …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 D | wlan_extend_cmd.c | 82 ret = g_wifi->sendCmdIoctl(ifName, cmdId, paramBuf, paramBufLen); in WlanInterfaceWifiSendCmdIoctl()
|
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 655 singleWifiInstance.sendCmdIoctl = WifiSendCmdIoctl; in WifiConstruct()
|