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()
1453 wifi_ps_exit_strategy_txt(config.ps_params.exit_strategy)); in cmd_wifi_ps()2525 params.exit_strategy = WIFI_PS_EXIT_EVERY_TIM; in cmd_wifi_ps_exit_strategy()2527 params.exit_strategy = WIFI_PS_EXIT_CUSTOM_ALGO; in cmd_wifi_ps_exit_strategy()2539 wifi_ps_exit_strategy_txt(params.exit_strategy), in cmd_wifi_ps_exit_strategy()2545 wifi_ps_exit_strategy_txt(params.exit_strategy)); in cmd_wifi_ps_exit_strategy()
919 if (ps_params->exit_strategy > WIFI_PS_EXIT_MAX) { in wifi_set_power_save()
729 enum wifi_ps_exit_strategy exit_strategy; member