Searched refs:debug_resp_buf (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 6273 uint8_t debug_resp_buf[64] = {0}; local 6275 (void)memset(debug_resp_buf, 0, sizeof(debug_resp_buf)); 6305 ret = wlan_send_hostcmd(debug_cmd_buf, sizeof(debug_cmd_buf) / sizeof(uint8_t), debug_resp_buf, 6306 sizeof(debug_resp_buf), &reqd_len); 6312 (void)PRINTF("%x\t", debug_resp_buf[ret]); 6323 uint8_t debug_resp_buf[HOSTCMD_RESP_BUFF_SIZE] = {0}; variable 6374 ret = wlan_send_hostcmd(debug_cmd_buf, sizeof(debug_cmd_buf) / sizeof(uint8_t), debug_resp_buf, 6381 (void)PRINTF("%x\t", debug_resp_buf[ret]);
|
| D | wlan.c | 13676 uint8_t debug_resp_buf[32] = {0}; in wlan_enable_disable_htc() local 13681 …stcmd(send_htc_set, sizeof(send_htc_set) / sizeof(uint8_t), debug_resp_buf, sizeof(debug_resp_buf), in wlan_enable_disable_htc() 13704 uint8_t debug_resp_buf[32] = {0}; in wlan_send_debug_htc() local 13707 (void)memset(debug_resp_buf, 0, sizeof(debug_resp_buf)); in wlan_send_debug_htc() 13720 …cmd(debug_cmd_buf, sizeof(debug_cmd_buf) / sizeof(uint8_t), debug_resp_buf, sizeof(debug_resp_buf), in wlan_send_debug_htc() 13726 (void)PRINTF("%x\t", debug_resp_buf[i]); in wlan_send_debug_htc()
|