|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:353 by nedtool.
More...
#include <Ieee80211Frame_m.h>
Protected Member Functions | |
| bool | operator== (const Ieee80211CompressedBlockAckReq &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211BlockAckReq | |
| bool | operator== (const Ieee80211BlockAckReq &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211TwoAddressFrame | |
| bool | operator== (const Ieee80211TwoAddressFrame &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211OneAddressFrame | |
| bool | operator== (const Ieee80211OneAddressFrame &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211Frame | |
| bool | operator== (const Ieee80211Frame &) |
Protected Attributes | |
| int | tidInfo |
| int | fragmentNumber |
| int | startingSequenceNumber |
Protected Attributes inherited from inet::ieee80211::Ieee80211BlockAckReq | |
| bool | multiTid |
| bool | compressedBitmap |
| bool | barAckPolicy |
Protected Attributes inherited from inet::ieee80211::Ieee80211TwoAddressFrame | |
| MACAddress | transmitterAddress |
Protected Attributes inherited from inet::ieee80211::Ieee80211Frame | |
| short | type |
| bool | toDS |
| bool | fromDS |
| bool | retry |
| bool | moreFragments |
| ::omnetpp::simtime_t | duration |
| short | AID |
| MACAddress | receiverAddress |
| ::omnetpp::simtime_t | MACArrive |
Private Member Functions | |
| void | copy (const Ieee80211CompressedBlockAckReq &other) |
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:353 by nedtool.
packet Ieee80211CompressedBlockAckReq extends Ieee80211BlockAckReq { int tidInfo; // The TID_INFO subfield of the BAR Control field of the Compressed BlockAckReq frame contains the TID for which a BlockAck frame is requested.
// 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;
// The BAR Information field of the Compressed BlockAckReq frame contains the Block Ack Starting
// Sequence Control subfield, as shown in Figure 8-21. The Starting Sequence Number subfield of the Block
// Ack Starting Sequence Control subfield contains the sequence number of the first MSDU or A-MSDU for
// which this BlockAckReq frame is sent. The Fragment Number subfield of the Block Ack Starting Sequence
// Control subfield is set to 0. int fragmentNumber = 0;
int startingSequenceNumber; multiTid = 0;
compressedBitmap = 1;
}
| inet::ieee80211::Ieee80211CompressedBlockAckReq::Ieee80211CompressedBlockAckReq | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::ieee80211::Ieee80211CompressedBlockAckReq::Ieee80211CompressedBlockAckReq | ( | const Ieee80211CompressedBlockAckReq & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.
|
virtual |
|
virtual |
|
virtual |
| Ieee80211CompressedBlockAckReq& inet::ieee80211::Ieee80211CompressedBlockAckReq::operator= | ( | const Ieee80211CompressedBlockAckReq & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.
Referenced by inet::ieee80211::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211BlockAckReq.
Referenced by inet::ieee80211::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |