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::UsigCommonBw > | channelization320MHzMap |
320 MHz channelization map | |
const std::unordered_map< std::string, WifiStandard > | WIFI_STANDARDS_NAME_MAP |
Map strings to WifiStandard enum values. | |
Helper function to place the value to set in the correct bit(s) of a radiotap subfield.
mask | the mask of the corresponding subfield |
val | the value the subfield should be set to |
Definition at line 50 of file wifi-helper.cc.
References GetRadiotapField().
Referenced by GetRadiotapField().
const std::map<MHz_u, RadiotapHeader::UsigCommonBw> ns3::anonymous_namespace{wifi-helper.cc}::channelization320MHzMap |
320 MHz channelization map
Definition at line 57 of file wifi-helper.cc.
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.