Structure containing the parameters of the ME_CONFIG_REQ message. More...
#include <me_task.h>

Data Fields | |
| struct mac_htcapability | ht_cap |
| HT Capabilities. | |
| struct mac_vhtcapability | vht_cap |
| VHT Capabilities. | |
| struct mac_hecapability | he_cap |
| HE capabilities. | |
| uint16_t | tx_lft |
| Lifetime of packets sent under a BlockAck agreement (expressed in TUs). | |
| uint8_t | phy_bw_max |
| Maximum supported BW. | |
| bool | ht_supp |
| Boolean indicating if HT is supported or not. | |
| bool | vht_supp |
| Boolean indicating if VHT is supported or not. | |
| bool | he_supp |
| Boolean indicating if HE is supported or not. | |
| bool | he_ul_on |
| Boolean indicating if HE OFDMA UL is enabled or not. | |
| bool | ps_on |
| Boolean indicating if PS mode shall be enabled or not. | |
| bool | ant_div_on |
| Boolean indicating if Antenna Diversity shall be enabled or not. | |
| bool | dpsm |
| Boolean indicating if Dynamic PS mode shall be used or not. | |
Structure containing the parameters of the ME_CONFIG_REQ message.
Definition at line 105 of file me_task.h.
1.6.1