Wi-Fi performance profile.
Public Attributes#
Performance profile of type sl_si91x_performance_profile_t.
Set DTIM alignment required. One of the values from DTIM Alignment Types.
Number of DTIM intervals to skip. Default value is 0.
Listen interval in beacon intervals.
Monitor interval in milliseconds. Default interval 50 milliseconds is used if monitor_interval is set to 0. This is only valid when performance profile is set to ASSOCIATED_POWER_SAVE_LOW_LATENCY.
Target Wake Time (TWT) request settings.
Target Wake Time (TWT) selection request settings.
Public Attribute Documentation#
profile#
sl_si91x_performance_profile_t sl_wifi_performance_profile_t::profile
Performance profile of type sl_si91x_performance_profile_t.
dtim_aligned_type#
uint8_t sl_wifi_performance_profile_t::dtim_aligned_type
Set DTIM alignment required. One of the values from DTIM Alignment Types.
num_of_dtim_skip#
uint8_t sl_wifi_performance_profile_t::num_of_dtim_skip
Number of DTIM intervals to skip. Default value is 0.
listen_interval#
uint16_t sl_wifi_performance_profile_t::listen_interval
Listen interval in beacon intervals.
monitor_interval#
uint16_t sl_wifi_performance_profile_t::monitor_interval
Monitor interval in milliseconds. Default interval 50 milliseconds is used if monitor_interval is set to 0. This is only valid when performance profile is set to ASSOCIATED_POWER_SAVE_LOW_LATENCY.
twt_request#
sl_wifi_twt_request_t sl_wifi_performance_profile_t::twt_request
Target Wake Time (TWT) request settings.
twt_selection#
sl_wifi_twt_selection_t sl_wifi_performance_profile_t::twt_selection
Target Wake Time (TWT) selection request settings.