Searched refs:debug_cmd_buf (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 6285 uint8_t debug_cmd_buf[] = {0x8b, 0, 0x10, 0, 0, 0, 0, 0, 0x01, 0, 0x01, 0x01, 0x01, 0, 0, 0}; local 6298 debug_cmd_buf[12] = state; 6302 debug_cmd_buf[8] = 0; 6305 ret = wlan_send_hostcmd(debug_cmd_buf, sizeof(debug_cmd_buf) / sizeof(uint8_t), debug_resp_buf, 6353 uint8_t debug_cmd_buf[] = {0x8b, 0, 0x0d, 0, 0, 0, 0, 0, 0x01, 0, 0x04, 0x01, 0x01}; local 6366 debug_cmd_buf[12] = state; 6371 debug_cmd_buf[8] = 0; 6374 ret = wlan_send_hostcmd(debug_cmd_buf, sizeof(debug_cmd_buf) / sizeof(uint8_t), debug_resp_buf,
|
| D | wlan.c | 13701 …uint8_t debug_cmd_buf[] = {0x8b, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x11, 0x01,… in wlan_send_debug_htc() local 13709 debug_cmd_buf[12] = count; in wlan_send_debug_htc() 13710 debug_cmd_buf[13] = vht; in wlan_send_debug_htc() 13711 debug_cmd_buf[14] = he; in wlan_send_debug_htc() 13712 debug_cmd_buf[15] = rxNss; in wlan_send_debug_htc() 13713 debug_cmd_buf[16] = channelWidth; in wlan_send_debug_htc() 13714 debug_cmd_buf[17] = ulMuDisable; in wlan_send_debug_htc() 13715 debug_cmd_buf[18] = txNSTS; in wlan_send_debug_htc() 13716 debug_cmd_buf[19] = erSuDisable; in wlan_send_debug_htc() 13717 debug_cmd_buf[20] = dlResoundRecomm; in wlan_send_debug_htc() [all …]
|