Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5603 t_u32 highThreshold = 0; local
5669 highThreshold = value;
5741 if (enable && ((highThreshold <= lowThreshold) || (highthrtemp <= lowthrtemp)))
5748 …ret = wlan_set_tsp_cfg(enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, hig…
5762 t_u32 highThreshold = 0; local
5779 …ret = wlan_get_tsp_cfg(&enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmi…
5793 (void)PRINTF(" High Power BOT Threshold(celcius): %d\r\n", highThreshold);
Dwlan.c15577 t_u32 *highThreshold, in wlan_get_tsp_cfg() argument
15588 …return wifi_tsp_cfg(action, enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin… in wlan_get_tsp_cfg()
15592 t_u32 highThreshold, in wlan_set_tsp_cfg() argument
15601 …return wifi_tsp_cfg(action, &enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &duty… in wlan_set_tsp_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h620 t_u32 *highThreshold,
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6603 t_u32 *highThreshold,
6628 t_u32 highThreshold,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6118 t_u32 *highThreshold, in wifi_tsp_cfg() argument
6137 (void)memcpy(&tsp_cfg->highPwrBOThrshld, highThreshold, sizeof(t_u32)); in wifi_tsp_cfg()
6163 tsp_get_cfg.highPwrBOThrshld = highThreshold; in wifi_tsp_cfg()