| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Wi-Fi TWT flow information. More...
#include <wifi_mgmt.h>
Data Fields | |
| uint64_t | twt_interval | 
| Interval = Wake up time + Sleeping time.   | |
| uint8_t | dialog_token | 
| Dialog token, used to map requests to responses.   | |
| uint8_t | flow_id | 
| Flow ID, used to map setup with teardown.   | |
| enum wifi_twt_negotiation_type | negotiation_type | 
| TWT negotiation type, see enum wifi_twt_negotiation_type.   | |
| bool | responder | 
| Requestor or responder.   | |
| bool | trigger | 
| Trigger enabled or disabled.   | |
| bool | implicit | 
| Implicit or explicit.   | |
| bool | announce | 
| Announced or unannounced.   | |
| uint32_t | twt_wake_interval | 
| Wake up time.   | |
Wi-Fi TWT flow information.
| bool wifi_twt_flow_info::announce | 
Announced or unannounced.
| uint8_t wifi_twt_flow_info::dialog_token | 
Dialog token, used to map requests to responses.
| uint8_t wifi_twt_flow_info::flow_id | 
Flow ID, used to map setup with teardown.
| bool wifi_twt_flow_info::implicit | 
Implicit or explicit.
| enum wifi_twt_negotiation_type wifi_twt_flow_info::negotiation_type | 
TWT negotiation type, see enum wifi_twt_negotiation_type.
| bool wifi_twt_flow_info::responder | 
Requestor or responder.
| bool wifi_twt_flow_info::trigger | 
Trigger enabled or disabled.
| uint64_t wifi_twt_flow_info::twt_interval | 
Interval = Wake up time + Sleeping time.
| uint32_t wifi_twt_flow_info::twt_wake_interval | 
Wake up time.