TWT (Target Wake Time) reschedule configuration structure.

Public Attributes#

uint8_t

TWT session flow ID.

Specifies the action need to be taken for rescheduling the TWT session. This determines how and when the TWT session would be suspended or adjusted. See 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#

flow_id#

uint8_t sl_wifi_reschedule_twt_config_t::flow_id

TWT session flow ID.


twt_action#

sl_wifi_reschedule_twt_action_t sl_wifi_reschedule_twt_config_t::twt_action

Specifies the action need to be taken for rescheduling the TWT session. This determines how and when the TWT session would be suspended or adjusted. See sl_wifi_reschedule_twt_action_t for the possible actions.


reserved1#

uint16_t sl_wifi_reschedule_twt_config_t::reserved1

Reserved.


reserved2#

uint8_t sl_wifi_reschedule_twt_config_t::reserved2

Reserved.


suspend_duration#

uint64_t sl_wifi_reschedule_twt_config_t::suspend_duration

Duration to suspend the respective TWT session, in microseconds.