Structure used to setup iTWT session.
Data Fields | |
| uint8_t | setup_cmd |
| Setup command for TWT : CY_WCM_TWT_SETUP_CMD_XXX. | |
| bool | trigger |
| 1-trigger-enabled, 0-non-trigger-enabled | |
| bool | flow_type |
| Un-Announced(1) or Announced(0): CY_WCM_TWT_FLOW_TYPE_XXX. | |
| uint8_t | flow_id |
| must be between 0 and 7. More... | |
| uint8_t | wake_duration |
| TWT wake duration (in multiple units of 256 usec). More... | |
| uint8_t | exponent |
| Used to compute TWT wake interval. | |
| uint16_t | mantissa |
| Used to compute TWT wake interval. | |
| uint32_t | wake_time_h |
| target wake time - BSS TSF (us) | |
| uint32_t | wake_time_l |
| target wake time - BSS TSF (us) lower 32 bits | |
| uint8_t cy_wcm_itwt_setup_params_t::flow_id |
must be between 0 and 7.
Set 0xFF for auto assignment
| uint8_t cy_wcm_itwt_setup_params_t::wake_duration |
TWT wake duration (in multiple units of 256 usec).
Eg: 1 for 256 usec, 2 for 512 usec, etc