Searched refs:lowThreshold (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 5604 t_u32 lowThreshold = 0; local 5681 lowThreshold = value; 5741 if (enable && ((highThreshold <= lowThreshold) || (highthrtemp <= lowthrtemp))) 5748 …ret = wlan_set_tsp_cfg(enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, hig… 5763 t_u32 lowThreshold = 0; local 5779 …ret = wlan_get_tsp_cfg(&enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmi… 5792 (void)PRINTF(" Low Power BOT Threshold(celcius): %d\r\n", lowThreshold);
|
| D | wlan.c | 15578 t_u32 *lowThreshold, in wlan_get_tsp_cfg() argument 15588 …return wifi_tsp_cfg(action, enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin… in wlan_get_tsp_cfg() 15593 t_u32 lowThreshold, 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/ |
| D | mlan_api.h | 621 t_u32 *lowThreshold,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 6604 t_u32 *lowThreshold, 6629 t_u32 lowThreshold,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 6119 t_u32 *lowThreshold, in wifi_tsp_cfg() argument 6138 (void)memcpy(&tsp_cfg->lowPwrBOThrshld, lowThreshold, sizeof(t_u32)); in wifi_tsp_cfg() 6164 tsp_get_cfg.lowPwrBOThrshld = lowThreshold; in wifi_tsp_cfg()
|