src/wifi/model/he-capabilities.h
changeset 13427 cc03236623ec
parent 13226 7df3dd047fd3
child 13469 74bacf8bbecf
equal deleted inserted replaced
13426:e680ec5efd2a 13427:cc03236623ec
   285   /// This is used to decide if this element should be added to the frame or not
   285   /// This is used to decide if this element should be added to the frame or not
   286   uint8_t m_heSupported;
   286   uint8_t m_heSupported;
   287 };
   287 };
   288 
   288 
   289 std::ostream &operator << (std::ostream &os, const HeCapabilities &HeCapabilities);
   289 std::ostream &operator << (std::ostream &os, const HeCapabilities &HeCapabilities);
   290 std::istream &operator >> (std::istream &is, HeCapabilities &HeCapabilities);
       
   291 
       
   292 ATTRIBUTE_HELPER_HEADER (HeCapabilities);
       
   293 
   290 
   294 } //namespace ns3
   291 } //namespace ns3
   295 
   292 
   296 #endif /* HE_CAPABILITY_H */
   293 #endif /* HE_CAPABILITY_H */