Morse Micro IoT SDK  2.9.7
mmwlan_twt_config_args Struct Reference

Detailed Description

Structure for storing Target Wake Time (TWT) configuration arguments.

Definition at line 602 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

enum mmwlan_twt_mode twt_mode
 Target Wake Time (TWT) modes, mmwlan_twt_mode. More...
 
uint64_t twt_wake_interval_us
 TWT service period interval in micro seconds. More...
 
uint16_t twt_wake_interval_mantissa
 TWT Wake interval mantissa If non-zero, this parameter will be used to calculate twt_wake_interval_us. More...
 
uint8_t twt_wake_interval_exponent
 TWT Wake interval exponent If non-zero, this parameter will be used to calculate twt_wake_interval_us. More...
 
uint32_t twt_min_wake_duration_us
 Minimum TWT wake duration in micro seconds. More...
 
enum mmwlan_twt_setup_command twt_setup_command
 TWT setup command, mmwlan_twt_setup_command. More...
 

Field Documentation

◆ twt_min_wake_duration_us

uint32_t mmwlan_twt_config_args::twt_min_wake_duration_us

Minimum TWT wake duration in micro seconds.

Definition at line 623 of file mmwlan.h.

◆ twt_mode

enum mmwlan_twt_mode mmwlan_twt_config_args::twt_mode

Target Wake Time (TWT) modes, mmwlan_twt_mode.

Definition at line 605 of file mmwlan.h.

◆ twt_setup_command

enum mmwlan_twt_setup_command mmwlan_twt_config_args::twt_setup_command

TWT setup command, mmwlan_twt_setup_command.

Definition at line 625 of file mmwlan.h.

◆ twt_wake_interval_exponent

uint8_t mmwlan_twt_config_args::twt_wake_interval_exponent

TWT Wake interval exponent If non-zero, this parameter will be used to calculate twt_wake_interval_us.

Definition at line 621 of file mmwlan.h.

◆ twt_wake_interval_mantissa

uint16_t mmwlan_twt_config_args::twt_wake_interval_mantissa

TWT Wake interval mantissa If non-zero, this parameter will be used to calculate twt_wake_interval_us.

Definition at line 616 of file mmwlan.h.

◆ twt_wake_interval_us

uint64_t mmwlan_twt_config_args::twt_wake_interval_us

TWT service period interval in micro seconds.

This parameter will be ignored if twt_wake_interval_mantissa or twt_wake_interval_exponent is non-zero.

Definition at line 611 of file mmwlan.h.


The documentation for this struct was generated from the following file: