structure that contains the subfields of the Channel field. More...
#include "radiotap-header.h"
Public Attributes | |
uint16_t | flags {CHANNEL_FLAG_NONE} |
flags field ( | |
uint16_t | frequency {0} |
Tx/Rx frequency in MHz. | |
structure that contains the subfields of the Channel field.
Definition at line 143 of file radiotap-header.h.
uint16_t ns3::RadiotapHeader::ChannelFields::flags {CHANNEL_FLAG_NONE} |
flags field (
Definition at line 146 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeChannel(), ns3::RadiotapHeader::PrintChannel(), ns3::RadiotapHeader::SerializeChannel(), and ns3::RadiotapHeader::SetChannelFields().
uint16_t ns3::RadiotapHeader::ChannelFields::frequency {0} |
Tx/Rx frequency in MHz.
Definition at line 145 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeChannel(), ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::RadiotapHeader::PrintChannel(), ns3::RadiotapHeader::SerializeChannel(), and ns3::RadiotapHeader::SetChannelFields().