Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5594 t_u32 lowThreshold = 0; local
5671 lowThreshold = value;
5731 if (enable && ((highThreshold <= lowThreshold) || (highthrtemp <= lowthrtemp)))
5738 …ret = wlan_set_tsp_cfg(enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, hig…
5753 t_u32 lowThreshold = 0; local
5769 …ret = wlan_get_tsp_cfg(&enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmi…
5782 (void)PRINTF(" Low Power BOT Threshold(celcius): %d\r\n", lowThreshold);
Dwlan.c15322 t_u32 *lowThreshold, in wlan_get_tsp_cfg() argument
15332 …return wifi_tsp_cfg(action, enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin… in wlan_get_tsp_cfg()
15337 t_u32 lowThreshold, in wlan_set_tsp_cfg() argument
15345 …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.h597 t_u32 *lowThreshold,
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6478 t_u32 *lowThreshold,
6499 t_u32 lowThreshold,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6057 t_u32 *lowThreshold, in wifi_tsp_cfg() argument
6076 (void)memcpy(&tsp_cfg->lowPwrBOThrshld, lowThreshold, sizeof(t_u32)); in wifi_tsp_cfg()
6102 tsp_get_cfg.lowPwrBOThrshld = lowThreshold; in wifi_tsp_cfg()