Add support for 802.11 A-MSDU aggregates

This commit is contained in:
Tim Wojtulewicz 2023-04-14 15:01:14 -07:00 committed by Tim Wojtulewicz
parent 5b1c6216bd
commit 2d05beac06
8 changed files with 127 additions and 9 deletions

View file

@ -249,6 +249,11 @@ public:
return nullptr;
}
/**
* Pops the last element off the encapsulation stack.
*/
void Pop();
protected:
std::vector<EncapsulatingConn>* conns;
};