Namespace inet::ieee80211
Ieee80211BlockAckReq
packet8.3.1.8 BlockAckReq frame format
Extends
Name | Type | Description |
---|---|---|
Ieee80211TwoAddressFrame | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
type |
byteLength TODO The RA field of the BlockAck frame is the address of the recipient STA that requested the Block Ack. The TA field is the address of the STA transmitting the BlockAck frame. |
|
multiTid | bool | |
compressedBitmap | bool | |
barAckPolicy | bool |
0-Normal Acknowledgment, 1-No Acknowledgment. |
Source code
// // 8.3.1.8 BlockAckReq frame format // packet Ieee80211BlockAckReq extends Ieee80211TwoAddressFrame { // byteLength TODO // The RA field of the BlockAck frame is the address of the recipient STA that requested the Block Ack. // The TA field is the address of the STA transmitting the BlockAck frame. type = ST_BLOCKACK_REQ; bool multiTid; bool compressedBitmap; bool barAckPolicy; // 0-Normal Acknowledgment, 1-No Acknowledgment. }File: src/inet/linklayer/ieee80211/mac/Ieee80211Frame.msg