ESP-IDF + 0/1 examples
SourceVu will show references to wifi_twt_setup_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Indicates the type of TWT command.
uint16_t : 1
1: a trigger-enabled individual TWT, 0: a non-trigger-enabled individual TWT.
uint16_t : 1
0: an announced individual TWT, 1: an unannounced individual TWT.
uint16_t : 3
When set up an individual TWT agreement, the flow id will be assigned by AP after a successful agreement setup. flow_id could be specified to a value in the range of [0, 7], but it might be changed by AP in the response. When change TWT parameters of the existing TWT agreement, flow_id should be an existing one. The value range is [0, 7].
uint16_t : 5
Individual TWT Wake Interval Exponent. The value range is [0, 31].
uint16_t : 1
Individual TWT Wake duration unit, 0: 256us 1: TU (TU = 1024us).
uint16_t : 5
bit: 11.15 reserved.
uint8_t
Nominal Minimum Wake Duration, indicates the minimum amount of time, in unit of 256 us, that the individual TWT requesting STA expects that it needs to be awake. The value range is [1, 255].
uint16_t
Individual TWT Wake Interval Mantissa. The value range is [1, 65535].
uint16_t
Individual TWT connection id, the value range is [0, 32767].
uint16_t
Timeout times of receiving setup action frame response, default 5s.

References

from examples