Searched refs:reqd_resp_len (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-internal.h | 56 uint32_t *reqd_resp_len; member
|
| D | mlan_api.c | 5043 …oid *cmd_buf, uint32_t cmd_buf_len, void *resp_buf, uint32_t resp_buf_len, uint32_t *reqd_resp_len) in wifi_send_hostcmd() argument 5050 wm_wifi.hostcmd_cfg.reqd_resp_len = reqd_resp_len; in wifi_send_hostcmd() 5055 *reqd_resp_len = 0; in wifi_send_hostcmd() 5061 *reqd_resp_len = 0; in wifi_send_hostcmd() 5077 if (*reqd_resp_len > resp_buf_len) in wifi_send_hostcmd()
|
| D | mlan_glue.c | 122 …md_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32_t resp_buf_len, uint32_t *reqd_resp_len); 2806 *hcmd_cfg->reqd_resp_len = resp->size; in wifi_set_hostcmd_resp()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_api.h | 300 …id *cmd_buf, uint32_t cmd_buf_len, void *resp_buf, uint32_t resp_buf_len, uint32_t *reqd_resp_len);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 5920 …md_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32_t resp_buf_len, uint32_t *reqd_resp_len);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 13657 …cmd_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32_t resp_buf_len, uint32_t *reqd_resp_len) in wlan_send_hostcmd() argument 13659 if ((cmd_buf == NULL) || (host_resp_buf == NULL) || (reqd_resp_len == NULL)) 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 …md_buf, uint32_t cmd_buf_len, void *host_resp_buf, uint32_t resp_buf_len, uint32_t *reqd_resp_len);
|