EMANE  1.2.1
msgtypes.h File Reference

Go to the source code of this file.

Namespaces

 EMANE
 
 EMANE::Models
 
 EMANE::Models::IEEE80211ABG
 

Variables

const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_NONE {0x00}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_BROADCAST_DATA {0x01}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_UNICAST_DATA {0x02}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_UNICAST_RTS_CTS_DATA {0x04}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_UNICAST_CTS_CTRL {0x08}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_MASK_BROADCAST {0x01}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_MASK_UNICAST {0x02}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_MASK_ALL_DATA {0x07}
 
const std::uint8_t EMANE::Models::IEEE80211ABG::MSG_TYPE_MASK_ALL {0x0F}