Declaration of BAM environment. More...
#include <bam.h>

Data Fields | |
| uint32_t | pkt_cnt |
| Packet Counter. | |
| uint32_t | last_activity_time |
| Last activity time (TX or RX) on this BA agreement. | |
| uint16_t | ssn |
| Start sequence Number of BA. | |
| uint16_t | ba_timeout |
| BA Setup timeout value. | |
| uint8_t | sta_idx |
| Index of the station. | |
| uint8_t | dev_type |
| BA Device Type Originator/Responder (bam_ba_type). | |
| uint8_t | ba_policy |
| Block-Ack Policy Setup Immediate/Delayed (bam_ba_policy). | |
| uint8_t | buffer_size |
| Number of buffers available for this BA. | |
| uint8_t | tid |
| TID for block ack setting. | |
| uint8_t | dialog_token |
| Dialog token. | |
| uint8_t | amsdu |
| Is AMSDU allowed. | |
| uint8_t | delba_count |
| Number of time DELBA has been sent. | |
| struct bam_baw * | baw |
| Transmit window control structure. | |
Declaration of BAM environment.
Definition at line 303 of file bam.h.
1.6.1