ME environment structure. More...
#include <me.h>

Data Fields | |
| uint32_t | active_vifs |
| Bitfield containing the ACTIVE state request of the different VIFs. | |
| uint32_t | ps_disable_vifs |
| Bitfield containing the PS state of the different VIFs. | |
| ke_task_id_t | requester_id |
| TaskID of the task requesting the last command. | |
| struct mac_htcapability | ht_cap |
| HT capabilities of the device. | |
| uint16_t | tx_lft |
| Lifetime of packets sent under a BlockAck agreement (expressed in TUs). | |
| struct me_chan_config_req | chan |
| List of supported channels. | |
| uint8_t | stbc_nss |
| Maximum number of Spatial Streams supported for a HT/VHT STBC transmission. | |
| uint8_t | phy_bw_max |
| Maximum supported BW. | |
| uint8_t | capa_flags |
| Local capability flags. | |
| bool | ps_on |
| Boolean indicating if PS mode shall be enabled or not. | |
| uint8_t | ps_mode |
| Mode that should be used when PS is enabled (PS_MODE_ON or PS_MODE_ON_DYN). | |
ME environment structure.
Definition at line 86 of file me.h.
1.6.1