Searched refs:dutycycstep (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_tests.c | 5605 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);
|
| D | wlan.c | 15579 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/ |
| D | mlan_api.h | 622 t_u32 *dutycycstep,
|
| D | mlan_fw.h | 7611 t_u32 dutycycstep; 7635 t_u32 *dutycycstep;
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 6120 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()
|
| D | mlan_glue.c | 4658 *(tsp_get_cfg->dutycycstep) = data->dutycycstep; in wifi_process_cmd_response()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 6605 t_u32 *dutycycstep, 6630 t_u32 dutycycstep,
|