src/wifi/model/he-operation.h
changeset 13427 cc03236623ec
parent 13201 aafd9649c488
child 13777 99f7a914ffa3
equal deleted inserted replaced
13426:e680ec5efd2a 13427:cc03236623ec
   138   /// This is used to decide whether this element should be added to the frame or not
   138   /// This is used to decide whether this element should be added to the frame or not
   139   uint8_t m_heSupported;
   139   uint8_t m_heSupported;
   140 };
   140 };
   141 
   141 
   142 std::ostream &operator << (std::ostream &os, const HeOperation &HeOperation);
   142 std::ostream &operator << (std::ostream &os, const HeOperation &HeOperation);
   143 std::istream &operator >> (std::istream &is, HeOperation &HeOperation);
       
   144 
       
   145 ATTRIBUTE_HELPER_HEADER (HeOperation);
       
   146 
   143 
   147 } //namespace ns3
   144 } //namespace ns3
   148 
   145 
   149 #endif /* HE_OPERATION_H */
   146 #endif /* HE_OPERATION_H */