Searched refs:lowThreshold (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
D | wlan_tests.c | 5594 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);
|
D | wlan.c | 15322 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/ |
D | mlan_api.h | 597 t_u32 *lowThreshold,
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
D | wlan.h | 6478 t_u32 *lowThreshold, 6499 t_u32 lowThreshold,
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | mlan_api.c | 6057 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()
|