Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5607 int highthrtemp = 0; local
5619 unsigned highthrtemp : 1; member
5707 else if (!info.highthrtemp && string_equal("hightemp", argv[arg]))
5717 info.highthrtemp = 1;
5718 highthrtemp = tempvalue;
5741 if (enable && ((highThreshold <= lowThreshold) || (highthrtemp <= lowthrtemp)))
5748 …an_set_tsp_cfg(enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, highthrtemp,
5766 int highthrtemp = 0; local
5779 …tsp_cfg(&enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmin, &highthrtemp,
5796 (void)PRINTF(" High Throttle Threshold temperature(celcius): %d\r\n", highthrtemp);
Dwlan.c15581 int *highthrtemp, in wlan_get_tsp_cfg() argument
15588 …nable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, highthrtemp, lowthrtemp, cu… in wlan_get_tsp_cfg()
15596 int highthrtemp, in wlan_set_tsp_cfg() argument
15601 … &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmin, &highthrtemp, &lowthrtemp, N… in wlan_set_tsp_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h624 int *highthrtemp,
Dmlan_fw.h7615 int highthrtemp;
7639 int *highthrtemp;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6122 int *highthrtemp, in wifi_tsp_cfg() argument
6141 (void)memcpy(&tsp_cfg->highthrtemp, highthrtemp, sizeof(t_s32)); in wifi_tsp_cfg()
6151 tsp_cfg->highthrtemp = wlan_cpu_to_le16(tsp_cfg->highthrtemp); in wifi_tsp_cfg()
6167 tsp_get_cfg.highthrtemp = highthrtemp; in wifi_tsp_cfg()
Dmlan_glue.c4660 *(tsp_get_cfg->highthrtemp) = data->highthrtemp; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6607 int *highthrtemp,
6632 int highthrtemp,