Home
last modified time | relevance | path

Searched refs:dutycycstep (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5605 t_u32 dutycycstep = 0; local
5617 unsigned dutycycstep : 1; member
5683 else if (!info.dutycycstep && string_equal("dcstep", argv[arg]))
5692 info.dutycycstep = 1;
5693 dutycycstep = value;
5748 …ret = wlan_set_tsp_cfg(enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin, hig…
5764 t_u32 dutycycstep = 0; local
5779 …ret = wlan_get_tsp_cfg(&enable, &back_off, &highThreshold, &lowThreshold, &dutycycstep, &dutycycmi…
5794 (void)PRINTF(" Duty Cycle setp(percentage): %d\r\n", dutycycstep);
Dwlan.c15579 t_u32 *dutycycstep, in wlan_get_tsp_cfg() argument
15588 …return wifi_tsp_cfg(action, enable, back_off, highThreshold, lowThreshold, dutycycstep, dutycycmin… in wlan_get_tsp_cfg()
15594 t_u32 dutycycstep, 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/
Dmlan_api.h622 t_u32 *dutycycstep,
Dmlan_fw.h7611 t_u32 dutycycstep;
7635 t_u32 *dutycycstep;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c6120 t_u32 *dutycycstep, in wifi_tsp_cfg() argument
6139 (void)memcpy(&tsp_cfg->dutycycstep, dutycycstep, sizeof(t_u32)); in wifi_tsp_cfg()
6149 tsp_cfg->dutycycstep = wlan_cpu_to_le16(tsp_cfg->dutycycstep); in wifi_tsp_cfg()
6165 tsp_get_cfg.dutycycstep = dutycycstep; in wifi_tsp_cfg()
Dmlan_glue.c4658 *(tsp_get_cfg->dutycycstep) = data->dutycycstep; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6605 t_u32 *dutycycstep,
6630 t_u32 dutycycstep,