A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::anonymous_namespace{wifi-helper.cc} Namespace Reference

Functions

uint32_t GetRadiotapField (uint32_t mask, uint32_t val)
 Helper function to place the value to set in the correct bit(s) of a radiotap subfield.
 

Variables

const std::map< MHz_u, RadiotapHeader::UsigCommonBwchannelization320MHzMap
 320 MHz channelization map
 
const std::unordered_map< std::string, WifiStandardWIFI_STANDARDS_NAME_MAP
 Map strings to WifiStandard enum values.
 

Function Documentation

◆ GetRadiotapField()

uint32_t ns3::anonymous_namespace{wifi-helper.cc}::GetRadiotapField ( uint32_t mask,
uint32_t val )

Helper function to place the value to set in the correct bit(s) of a radiotap subfield.

Parameters
maskthe mask of the corresponding subfield
valthe value the subfield should be set to
Returns
the value placed at the correct position based on the mask

Definition at line 50 of file wifi-helper.cc.

References GetRadiotapField().

Referenced by GetRadiotapField().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ channelization320MHzMap

const std::map<MHz_u, RadiotapHeader::UsigCommonBw> ns3::anonymous_namespace{wifi-helper.cc}::channelization320MHzMap

◆ WIFI_STANDARDS_NAME_MAP

const std::unordered_map<std::string, WifiStandard> ns3::anonymous_namespace{wifi-helper.cc}::WIFI_STANDARDS_NAME_MAP

Map strings to WifiStandard enum values.

Definition at line 1019 of file wifi-helper.cc.