Searched refs:highThreshold (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 5603 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);
|
| D | wlan.c | 15577 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/ |
| D | mlan_api.h | 620 t_u32 *highThreshold,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 6603 t_u32 *highThreshold, 6628 t_u32 highThreshold,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 6118 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()
|