Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c7661 void *rutxcmd_resp_buff = OSA_MemoryAllocate(RUTXCMD_RESP_BUFF_SIZE); in wifi_set_11ax_rutxpowerlimit() local
7663 void *rutxcmd_resp_buff = OSA_MemoryPoolAllocate(buf_1024_MemoryPool); in wifi_set_11ax_rutxpowerlimit() local
7666 if (rutxcmd_resp_buff == NULL) in wifi_set_11ax_rutxpowerlimit()
7671 …ret = wlan_send_hostcmd(rutx_pwr_cfg, rutx_pwr_cfg_len / sizeof(uint8_t), rutxcmd_resp_buff, RUTXC… in wifi_set_11ax_rutxpowerlimit()
7679 if (rutxcmd_resp_buff != NULL) in wifi_set_11ax_rutxpowerlimit()
7682 OSA_MemoryFree(rutxcmd_resp_buff); in wifi_set_11ax_rutxpowerlimit()
7684 OSA_MemoryPoolFree(buf_1024_MemoryPool, rutxcmd_resp_buff); in wifi_set_11ax_rutxpowerlimit()