Structure used to get ongoing iTWT session parameters from WHD.
Data Fields | |
| cy_wcm_twt_session_state_t | session_state |
| Current state of the TWT session. | |
| uint8_t | flow_id |
| The identifier for the established TWT flow (0-7). | |
| uint8_t | dialog_token |
| The dialog token used for the setup request. | |
| cy_wcm_mac_t | peer_mac |
| MAC address of the TWT peer (the AP). | |
| uint64_t | target_wake_time |
| The target wake time in microseconds (from TSF). | |
| uint32_t | wake_duration |
| The negotiated wake duration in microseconds. | |
| uint32_t | wake_interval |
| The negotiated wake interval in microseconds. | |
| bool | is_implicit |
| True for an Implicit TWT agreement. | |
| bool | is_triggered |
| True for a Trigger-based TWT session. | |
| bool | is_announced |
| True for an Announced (protected) TWT session. | |