Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5608 int lowthrtemp = 0; local
5620 unsigned lowthrtemp : 1; member
5720 else if (!info.lowthrtemp && string_equal("lowtemp", argv[arg]))
5730 info.lowthrtemp = 1;
5731 lowthrtemp = tempvalue;
5741 if (enable && ((highThreshold <= lowThreshold) || (highthrtemp <= lowthrtemp)))
5749 lowthrtemp);
5767 int lowthrtemp = 0; local
5780 &lowthrtemp, &currCAUTemp, &currRFUTemp);
5797 (void)PRINTF(" Low Throttle Threshold temperature(celcius): %d\r\n", lowthrtemp);
Dwlan.c15582 int *lowthrtemp, in wlan_get_tsp_cfg() argument
15588 …ff, highThreshold, lowThreshold, dutycycstep, dutycycmin, highthrtemp, lowthrtemp, currCAUTemp, cu… in wlan_get_tsp_cfg()
15597 int lowthrtemp) in wlan_set_tsp_cfg() argument
15601 …, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmin, &highthrtemp, &lowthrtemp, NULL, NULL); in wlan_set_tsp_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h625 int *lowthrtemp,
Dmlan_fw.h7617 int lowthrtemp;
7641 int *lowthrtemp;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6123 int *lowthrtemp, in wifi_tsp_cfg() argument
6142 (void)memcpy(&tsp_cfg->lowthrtemp, lowthrtemp, sizeof(t_s32)); in wifi_tsp_cfg()
6152 tsp_cfg->lowthrtemp = wlan_cpu_to_le16(tsp_cfg->lowthrtemp); in wifi_tsp_cfg()
6168 tsp_get_cfg.lowthrtemp = lowthrtemp; in wifi_tsp_cfg()
Dmlan_glue.c4661 *(tsp_get_cfg->lowthrtemp) = data->lowthrtemp; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6608 int *lowthrtemp,
6633 int lowthrtemp);