#include <OriginatorBlockAckProcedure.h>
◆ buildBasicBlockAckReqFrame()
Implements inet::ieee80211::IOriginatorBlockAckProcedure.
25 auto blockAckReq = makeShared<Ieee80211BasicBlockAckReq>();
26 blockAckReq->setReceiverAddress(receiverAddress);
27 blockAckReq->setStartingSequenceNumber(startingSequenceNumber);
28 blockAckReq->setTidInfo(tid);
◆ buildCompressedBlockAckReqFrame()
Implements inet::ieee80211::IOriginatorBlockAckProcedure.
15 throw cRuntimeError(
"Unsupported feature");
16 auto blockAckReq = makeShared<Ieee80211CompressedBlockAckReq>();
17 blockAckReq->setReceiverAddress(receiverAddress);
18 blockAckReq->setStartingSequenceNumber(startingSequenceNumber);
19 blockAckReq->setTidInfo(tid);
The documentation for this class was generated from the following files: