Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c179 … sl_si91x_power_save_request_t *power_save_request);
943 … sl_si91x_power_save_request_t *power_save_request) in convert_performance_profile_to_power_save_command() argument
945 SL_ASSERT(power_save_request != NULL); in convert_performance_profile_to_power_save_command()
947power_save_request->monitor_interval = performance_profile.wifi_performance_profile.monitor_interv… in convert_performance_profile_to_power_save_command()
949 power_save_request->monitor_interval = DEFAULT_MONITOR_INTERVAL; in convert_performance_profile_to_power_save_command()
952 power_save_request->ulp_mode_enable = SL_ULP_WITH_RAM_RETENTION; in convert_performance_profile_to_power_save_command()
953power_save_request->dtim_aligned_type = performance_profile.wifi_performance_profile.dtim_aligned_… in convert_performance_profile_to_power_save_command()
954power_save_request->num_of_dtim_skip = performance_profile.wifi_performance_profile.num_of_dtim_s… in convert_performance_profile_to_power_save_command()
955power_save_request->listen_interval = performance_profile.wifi_performance_profile.listen_interv… in convert_performance_profile_to_power_save_command()
956 power_save_request->psp_type = SL_MAX_PSP; in convert_performance_profile_to_power_save_command()
[all …]