Per RA/TID Data for AMPDU TX. More...
#include <bam.h>
Data Fields | |
| bam_baw_index_func_ptr | idx_compute |
| Pointer to the function computing the BaW index. | |
| uint16_t | fsn |
| Starting Seq Num of BlockAck window. | |
| uint8_t | states [BAM_MAX_TX_WIN_SIZE] |
| State of each element of the BA window BAW_{FREE,PENDING,CONFIRMED}. | |
| uint8_t | fsn_idx |
| Index in the state table corresponding to the fsn value. | |
| uint8_t | buf_size |
| Size of the receiver reordering window. | |
| uint8_t | mask |
| BaW wrapping mask. | |
Per RA/TID Data for AMPDU TX.
Definition at line 287 of file bam.h.
1.6.1