ADDBA Request frame Action field format (see IEEE 802.11-2012, section 8.5.5.2). More...
#include <bam.h>
Data Fields | |
| uint8_t | category |
| Category - Set to 3 (representing Block Ack). | |
| uint8_t | action |
| Block Ack Action - Set to 0 (representing ADDBA request). | |
| uint8_t | dialog_token |
| Dialog Token - Copied from received ADDBA Request frame. | |
| uint16_t | ba_param_set |
| Block Ack Parameter Set (from LSB to MSB) --------------------------------------------------------------- | A-MSDU Supported | Block Ack Policy | TID | Buffer Size | | 1 bit | 1 bit | 4 bits | 10 bits | ---------------------------------------------------------------. | |
| uint16_t | ba_timeout |
| Block Ack Timeout Value - In TUs. A value of 0 disables the timeout. | |
| uint16_t | ba_start_sc |
| Block Ack Starting Sequence Control (from LSB to MSB) ------------------------------------- | Fragment Number | Starting Seq Nb | | 4 bits (0) | 12 bits | -------------------------------------. | |
ADDBA Request frame Action field format (see IEEE 802.11-2012, section 8.5.5.2).
Definition at line 210 of file bam.h.
1.6.1