Structure containing the parameters of the MM_BFMER_ENABLE_REQ message. More...
#include <mm_task.h>
Data Fields | |
| uint32_t | host_bfr_addr |
| Address of the beamforming report space allocated in host memory. | |
| uint16_t | host_bfr_size |
| Size of the beamforming report space allocated in host memory. | |
| uint16_t | aid |
| AID. | |
| uint8_t | sta_idx |
| STA Index. | |
| uint8_t | rx_nss |
| Maximum number of spatial streams the station can receive. | |
| bool | vht_mu_bfmee |
| Indicate if peer STA is MU Beamformee (VHT) capable. | |
Structure containing the parameters of the MM_BFMER_ENABLE_REQ message.
Definition at line 897 of file mm_task.h.
| uint16_t mm_bfmer_enable_req::host_bfr_size |
Size of the beamforming report space allocated in host memory.
This space should be twice the maximum size of the expected beamforming reports as the FW will divide it in two in order to be able to upload a new report while another one is used in transmission
Definition at line 905 of file mm_task.h.
Referenced by mm_bfmer_enable_req_handler().
1.6.1