Searched refs:exit_strategy (Results 1 – 4 of 4) sorted by relevance
119 unsigned int exit_strategy; in nrf_wifi_set_power_save() local121 if (params->exit_strategy == WIFI_PS_EXIT_EVERY_TIM) { in nrf_wifi_set_power_save()122 exit_strategy = EVERY_TIM; in nrf_wifi_set_power_save()123 } else if (params->exit_strategy == WIFI_PS_EXIT_CUSTOM_ALGO) { in nrf_wifi_set_power_save()124 exit_strategy = INT_PS; in nrf_wifi_set_power_save()134 exit_strategy); in nrf_wifi_set_power_save()401 vif_ctx_zep->ps_info->ps_params.exit_strategy = WIFI_PS_EXIT_EVERY_TIM; in nrf_wifi_event_proc_get_power_save_info()403 vif_ctx_zep->ps_info->ps_params.exit_strategy = WIFI_PS_EXIT_CUSTOM_ALGO; in nrf_wifi_event_proc_get_power_save_info()
1417 wifi_ps_exit_strategy_txt(config.ps_params.exit_strategy)); in cmd_wifi_ps()2492 params.exit_strategy = WIFI_PS_EXIT_EVERY_TIM; in cmd_wifi_ps_exit_strategy()2494 params.exit_strategy = WIFI_PS_EXIT_CUSTOM_ALGO; in cmd_wifi_ps_exit_strategy()2506 wifi_ps_exit_strategy_txt(params.exit_strategy), in cmd_wifi_ps_exit_strategy()2512 wifi_ps_exit_strategy_txt(params.exit_strategy)); in cmd_wifi_ps_exit_strategy()
847 if (ps_params->exit_strategy > WIFI_PS_EXIT_MAX) { in wifi_set_power_save()
727 enum wifi_ps_exit_strategy exit_strategy; member