|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:274 by nedtool.
More...
#include <Ieee80211Frame_m.h>
Protected Member Functions | |
| bool | operator== (const Ieee80211AddbaResponse &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211ActionFrame | |
| bool | operator== (const Ieee80211ActionFrame &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211ManagementFrame | |
| bool | operator== (const Ieee80211ManagementFrame &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211DataOrMgmtFrame | |
| bool | operator== (const Ieee80211DataOrMgmtFrame &) |
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 | blockAckAction |
| int | dialogToken |
| int | statusCode |
| bool | aMsduSupported |
| bool | blockAckPolicy |
| int | tid |
| int | bufferSize |
| ::omnetpp::simtime_t | blockAckTimeoutValue |
Protected Attributes inherited from inet::ieee80211::Ieee80211ActionFrame | |
| short | category |
Protected Attributes inherited from inet::ieee80211::Ieee80211DataOrMgmtFrame | |
| MACAddress | address3 |
| short | fragmentNumber |
| uint16_t | sequenceNumber |
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 Ieee80211AddbaResponse &other) |
Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:274 by nedtool.
packet Ieee80211AddbaResponse extends Ieee80211ActionFrame { // byteLength TODO category = 3; // representing Block Ack int blockAckAction = 1; // representing ADDBA response int dialogToken = 1; // The Dialog Token field value is copied from the corresponding received ADDBA Request frame. int statusCode; // The Status Code field is used in a response management frame to indicate the success or failure of a requested operation.
// Block Ack Parameter Set field
bool aMsduSupported; // The A-MSDU Supported subfield determines whether an A-MSDU may be carried in a QoS data MPDU sent under this Block Ack agreement.
bool blockAckPolicy; // The Block Ack Policy subfield is set to 1 for immediate Block Ack and 0 for delayed Block Ack.
int tid; // The TID subfield contains the value of the TC or TS for which the BlockAck is being requested.
int bufferSize; // The Buffer Size subfield indicates the number of buffers available for this particular TID // Block Ack Timeout Value field
// The Block Ack Timeout Value field contains the duration, in TUs, after which the Block Ack setup is
// terminated, if there are no frame exchanges (see 10.5.4) within this duration using this Block Ack
// agreement. A value of 0 disables the timeout.
simtime_t blockAckTimeoutValue;
}
| inet::ieee80211::Ieee80211AddbaResponse::Ieee80211AddbaResponse | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::ieee80211::Ieee80211AddbaResponse::Ieee80211AddbaResponse | ( | const Ieee80211AddbaResponse & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ieee80211::Ieee80211ActionFrame.
|
virtual |
|
virtual |
|
virtual |
| virtual ::omnetpp::simtime_t inet::ieee80211::Ieee80211AddbaResponse::getBlockAckTimeoutValue | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| Ieee80211AddbaResponse& inet::ieee80211::Ieee80211AddbaResponse::operator= | ( | const Ieee80211AddbaResponse & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211ActionFrame.
Referenced by inet::ieee80211::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211ActionFrame.
Referenced by inet::ieee80211::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |