#include "ns3/header-serialization-test.h"
#include "ns3/log.h"
#include "ns3/supported-rates.h"
#include "ns3/wifi-information-element.h"
#include "ns3/wifi-mgt-header.h"
#include <list>
#include <numeric>
#include <optional>
Go to the source code of this file.
Classes | |
class | TestHeader |
Test header that can contain multiple test information elements. More... | |
class | TestWifiInformationElement |
Information Element to test IE fragmentation. More... | |
class | TestWifiSubElement |
Subelement to test fragmentation. More... | |
class | WifiIeFragmentationTest |
Test fragmentation of Information Elements. More... | |
class | WifiIeFragmentationTestSuite |
wifi Information Element fragmentation Test Suite More... | |
Variables | |
static bool | g_extendedIe = false |
whether the test Information Element includes an Element ID Extension field | |
static WifiIeFragmentationTestSuite | g_wifiIeFragmentationTestSuite |
the test suite | |
|
static |
whether the test Information Element includes an Element ID Extension field
Definition at line 24 of file wifi-ie-fragment-test.cc.
Referenced by WifiIeFragmentationTest::DoRun(), and TestHeader::InitForDeserialization().
|
static |
the test suite
Definition at line 598 of file wifi-ie-fragment-test.cc.