Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6068 HostCmd_DS_TSP_CFG *tsp_cfg = &cmd->params.tsp_cfg; in wifi_tsp_cfg() local
6073 (void)memcpy(&tsp_cfg->thermalPowerMgmtenable, enable, sizeof(t_u16)); in wifi_tsp_cfg()
6074 (void)memcpy(&tsp_cfg->powerMgmtBackoff, back_off, sizeof(t_u32)); in wifi_tsp_cfg()
6075 (void)memcpy(&tsp_cfg->highPwrBOThrshld, highThreshold, sizeof(t_u32)); in wifi_tsp_cfg()
6076 (void)memcpy(&tsp_cfg->lowPwrBOThrshld, lowThreshold, sizeof(t_u32)); in wifi_tsp_cfg()
6077 (void)memcpy(&tsp_cfg->dutycycstep, dutycycstep, sizeof(t_u32)); in wifi_tsp_cfg()
6078 (void)memcpy(&tsp_cfg->dutycycmin, dutycycmin, sizeof(t_u32)); in wifi_tsp_cfg()
6079 (void)memcpy(&tsp_cfg->highthrtemp, highthrtemp, sizeof(t_s32)); in wifi_tsp_cfg()
6080 (void)memcpy(&tsp_cfg->lowthrtemp, lowthrtemp, sizeof(t_s32)); in wifi_tsp_cfg()
6082 tsp_cfg->action = wlan_cpu_to_le16(action); in wifi_tsp_cfg()
[all …]
Dmlan_glue.c4660 HostCmd_DS_TSP_CFG *data = &resp->params.tsp_cfg; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h8098 HostCmd_DS_TSP_CFG tsp_cfg;