A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vendor-specific-action.h File Reference
#include <ostream>
#include <map>
#include "ns3/header.h"
#include "ns3/packet.h"
#include "ns3/pointer.h"
#include "ns3/attribute.h"
#include "ns3/attribute-helper.h"
#include "ns3/address.h"
#include "ns3/wifi-mac.h"
+ Include dependency graph for vendor-specific-action.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::OrganizationIdentifier
 the organization identifier is a public organizationally unique identifier assigned by the IEEE. More...
 
class  ns3::VendorSpecificActionHeader
 See IEEE 802.11-2007 chapter 7.3.1.11 and 7.4.5 also IEEE 802.11p-2010 chapter 7.4.5 Although WifiActionHeader has been defined in wifi mgt-header.h/.cc, it is not a good way to inherit from it or add vendor specific action support. More...
 
class  ns3::VendorSpecificContentManager
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Typedefs

typedef Callback< bool, Ptr
< WifiMac >, const
OrganizationIdentifier &, Ptr
< const Packet >, const
Address & > 
ns3::VscCallback
 

Functions

 ns3::ATTRIBUTE_HELPER_HEADER (OrganizationIdentifier)
 
bool ns3::operator!= (const OrganizationIdentifier &a, const OrganizationIdentifier &b)
 
bool ns3::operator< (const OrganizationIdentifier &a, const OrganizationIdentifier &b)
 
std::ostream & ns3::operator<< (std::ostream &os, const OrganizationIdentifier &oi)
 
bool ns3::operator== (const OrganizationIdentifier &a, const OrganizationIdentifier &b)
 
std::istream & ns3::operator>> (std::istream &is, const OrganizationIdentifier &oi)
 

Variables

static const uint8_t ns3::CATEGORY_OF_VSA = 127
 see IEEE 802.11-2007 chapter 7.3.1.11 Table 7-24—Category values More...
 
static std::vector
< OrganizationIdentifier > 
ns3::OrganizationIdentifiers