Searched refs:cmd_buf_len (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_api.h | 300 …const void *cmd_buf, uint32_t cmd_buf_len, void *resp_buf, uint32_t resp_buf_len, uint32_t *reqd_r…
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 5043 …const void *cmd_buf, uint32_t cmd_buf_len, void *resp_buf, uint32_t resp_buf_len, uint32_t *reqd_r… in wifi_send_hostcmd() argument 5053 if (cmd_buf_len > WIFI_FW_CMDBUF_SIZE) in wifi_send_hostcmd() 5058 else if (cmd_buf_len < WIFI_HOST_CMD_FIXED_HEADER_LEN) in wifi_send_hostcmd() 5071 (void)memcpy((void *)cmd, (const void *)cmd_buf, cmd_buf_len); in wifi_send_hostcmd()
|
| D | mlan_glue.c | 122 extern int wlan_send_hostcmd(const void *cmd_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32…
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 5920 …const void *cmd_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32_t resp_buf_len, uint32_t *r…
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 13657 …const void *cmd_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32_t resp_buf_len, uint32_t *r… in wlan_send_hostcmd() argument 13663 if (!cmd_buf_len || !resp_buf_len) in wlan_send_hostcmd() 13668 return wifi_send_hostcmd(cmd_buf, cmd_buf_len, host_resp_buf, resp_buf_len, reqd_resp_len); in wlan_send_hostcmd()
|
| D | wlan_tests.c | 53 extern int wlan_send_hostcmd(const void *cmd_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32…
|