equal
deleted
inserted
replaced
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 */ |