TWT (Target Wake Time) reschedule configuration structure.
Public Attributes#
uint8_t
TWT session flow ID.
Specifies the action to be taken for rescheduling the TWT session. This determines how and when the TWT session will be suspended or adjusted. Refer to sl_wifi_reschedule_twt_action_t for the possible actions.
uint16_t
Reserved.
uint8_t
Reserved.
uint64_t
Duration to suspend the respective TWT session, in microseconds.
Public Attribute Documentation#
twt_action#
sl_wifi_reschedule_twt_action_t sl_wifi_reschedule_twt_config_t::twt_action
Specifies the action to be taken for rescheduling the TWT session. This determines how and when the TWT session will be suspended or adjusted. Refer to sl_wifi_reschedule_twt_action_t for the possible actions.
suspend_duration#
uint64_t sl_wifi_reschedule_twt_config_t::suspend_duration
Duration to suspend the respective TWT session, in microseconds.