Home
last modified time | relevance | path

Searched refs:WIFI_FW_CMDBUF_SIZE (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.h41 #define WIFI_FW_CMDBUF_SIZE 3072U macro
Dwifi-sdio.h37 #define WIFI_FW_CMDBUF_SIZE 2100U macro
Dwifi-imu.c27 static uint8_t cmd_buf[WIFI_FW_CMDBUF_SIZE];
1109 (void)memcpy(outbuf, buf, MIN(WIFI_FW_CMDBUF_SIZE, IMU_OUTBUF_LEN)); in wlan_send_imu_cmd()
Dwifi-sdio.c40 static uint8_t ctrl_cmd_buf[WIFI_FW_CMDBUF_SIZE];
42 static uint8_t vdll_cmd_buf[WIFI_FW_CMDBUF_SIZE] = {0};
Dwifi.c1018 if (cmd->size > WIFI_FW_CMDBUF_SIZE) in wifi_wait_for_vdllcmdresp()
1175 if (cmd->size > WIFI_FW_CMDBUF_SIZE) in wifi_wait_for_cmdresp()
Dmlan_cmdevt.c2111 if ((msg_len > WIFI_FW_CMDBUF_SIZE) || (ctrl == NULL)) in wlan_download_vdll_block()
Dmlan_api.c5031 if (cmd_buf_len > WIFI_FW_CMDBUF_SIZE) in wifi_send_hostcmd()