|
void | ns3::AddWifiMacTrailer (Ptr< Packet > packet) |
| Add FCS trailer to a packet.
|
|
std::size_t | ns3::Count20MHzSubchannels (MHz_u channelWidth) |
| Return the number of 20 MHz subchannels covering the channel width.
|
|
std::size_t | ns3::Count20MHzSubchannels (MHz_u lower, MHz_u upper) |
| Return the number of 20 MHz subchannels covering the channel width between a lower frequency and an upper frequency.
|
|
Watt_u | ns3::DbmToW (dBm_u val) |
| Convert from dBm to Watts.
|
|
double | ns3::DbToRatio (dB_u val) |
| Convert from dB to ratio.
|
|
uint32_t | ns3::GetAckSize () |
| Return the total Ack size (including FCS trailer).
|
|
uint32_t | ns3::GetBlockAckRequestSize (BlockAckReqType type) |
| Return the total BlockAckRequest size (including FCS trailer).
|
|
uint32_t | ns3::GetBlockAckSize (BlockAckType type) |
| Return the total BlockAck size (including FCS trailer).
|
|
uint32_t | ns3::GetCtsSize () |
| Return the total CTS size (including FCS trailer).
|
|
Time | ns3::GetEstimatedAckTxTime (const WifiTxVector &txVector) |
|
Mac48Address | ns3::GetIndividuallyAddressedRecipient (Ptr< WifiMac > mac, const WifiMacHeader &hdr) |
| Get the MAC address of the individually addressed recipient to use for a given packet.
|
|
uint32_t | ns3::GetMuBarSize (TriggerFrameVariant variant, MHz_u bw, const std::list< BlockAckReqType > &types) |
| Return the total MU-BAR size (including FCS trailer).
|
|
uint32_t | ns3::GetRtsSize () |
| Return the total RTS size (including FCS trailer).
|
|
uint32_t | ns3::GetSize (Ptr< const Packet > packet, const WifiMacHeader *hdr, bool isAmpdu) |
| Return the total size of the packet after WifiMacHeader and FCS trailer have been added.
|
|
MHz_u | ns3::HzToMHz (Hz_u val) |
| Convert from Hz to MHz.
|
|
bool | ns3::IsGcr (Ptr< WifiMac > mac, const WifiMacHeader &hdr) |
| Return whether a given packet is transmitted using the GCR service.
|
|
bool | ns3::IsGroupcast (const Mac48Address &adr) |
| Check whether a MAC destination address corresponds to a groupcast transmission.
|
|
bool | ns3::IsInWindow (uint16_t seq, uint16_t winstart, uint16_t winsize) |
|
Hz_u | ns3::MHzToHz (MHz_u val) |
| Convert from MHz to Hz.
|
|
std::ostream & | ns3::operator<< (std::ostream &os, const WifiDirection &direction) |
| Stream insertion operator.
|
|
dB_u | ns3::RatioToDb (double ratio) |
| Convert from ratio to dB.
|
|
bool | ns3::TidToLinkMappingValidForNegType1 (const WifiTidLinkMapping &dlLinkMapping, const WifiTidLinkMapping &ulLinkMapping) |
| Check if the given TID-to-Link Mappings are valid for a negotiation type of 1.
|
|
dBm_u | ns3::WToDbm (Watt_u val) |
| Convert from Watts to dBm.
|
|