Searched refs:TEST_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 44 const uint32_t TEST_BUF_SIZE = 64; member 1720 int8_t data[TEST_BUF_SIZE] = {0}; 1725 ret = g_wifi->sendCmdIoctl(nullptr, cmdId, nullptr, TEST_BUF_SIZE); 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); 1754 int8_t data[TEST_BUF_SIZE] = {0}; 1760 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE); 1781 int8_t data[TEST_BUF_SIZE] = {0}; 1787 ret = g_wifi->sendCmdIoctl(ifName, cmdId, data, TEST_BUF_SIZE); [all...] |
Completed in 2 milliseconds