Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h619 t_u32 *back_off,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5602 t_u32 back_off = 0; local
5657 back_off = value;
5748 …ret = wlan_set_tsp_cfg(enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, hig…
5761 t_u32 back_off = 0; local
5779 …ret = wlan_get_tsp_cfg(&enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmi…
5791 (void)PRINTF(" Power Management Backoff: %d dB\r\n", back_off);
Dwlan.c15576 t_u32 *back_off, in wlan_get_tsp_cfg() argument
15588 …return wifi_tsp_cfg(action, enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin… in wlan_get_tsp_cfg()
15591 t_u32 back_off, 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/incl/wlcmgr/
Dwlan.h6602 t_u32 *back_off,
6627 t_u32 back_off,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6117 t_u32 *back_off, in wifi_tsp_cfg() argument
6136 (void)memcpy(&tsp_cfg->powerMgmtBackoff, back_off, sizeof(t_u32)); in wifi_tsp_cfg()
6162 tsp_get_cfg.powerMgmtBackoff = back_off; in wifi_tsp_cfg()