![]() |
NetSim Source Code Help
|
Data structure for cumulative acknowledgment. More...
#include <IEEE802_11_MAC_Frame.h>

Data Fields | |
| FRAME_CONTROL | FrameControl |
| UINT16 | Duration |
| PNETSIM_MACADDRESS | RA |
| PNETSIM_MACADDRESS | TA |
| struct { | |
| UINT blockAckPolicy:1 | |
| UINT multiTID:1 | |
| UINT compressedBitmap:1 | |
| UINT reserved:9 | |
| UINT TID_Info:4 | |
| } | BARControl |
| struct { | |
| UINT fragment:4 | |
| UINT StartingSequenceNumber:12 | |
| } | BAStartingSequenceControl |
| UINT64 | BitMap |
| UINT | nFCS |
Data structure for cumulative acknowledgment.
Definition at line 124 of file IEEE802_11_MAC_Frame.h.
| struct { ... } stru_802_11_BlockACK_Frame::BARControl |
| struct { ... } stru_802_11_BlockACK_Frame::BAStartingSequenceControl |
| UINT64 stru_802_11_BlockACK_Frame::BitMap |
Definition at line 145 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::blockAckPolicy |
Definition at line 132 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::compressedBitmap |
Definition at line 134 of file IEEE802_11_MAC_Frame.h.
| UINT16 stru_802_11_BlockACK_Frame::Duration |
Definition at line 127 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::fragment |
Definition at line 141 of file IEEE802_11_MAC_Frame.h.
| FRAME_CONTROL stru_802_11_BlockACK_Frame::FrameControl |
Definition at line 126 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::multiTID |
Definition at line 133 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::nFCS |
Definition at line 146 of file IEEE802_11_MAC_Frame.h.
| PNETSIM_MACADDRESS stru_802_11_BlockACK_Frame::RA |
Definition at line 128 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::reserved |
Definition at line 135 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::StartingSequenceNumber |
Definition at line 142 of file IEEE802_11_MAC_Frame.h.
| PNETSIM_MACADDRESS stru_802_11_BlockACK_Frame::TA |
Definition at line 129 of file IEEE802_11_MAC_Frame.h.
| UINT stru_802_11_BlockACK_Frame::TID_Info |
Definition at line 136 of file IEEE802_11_MAC_Frame.h.