src/devices/mesh/dot11s/ie-dot11s-preq.h
changeset 5113 a912d4372406
parent 5107 ec4196c70800
child 5124 e206046b2e44
equal deleted inserted replaced
5112:762835be2902 5113:a912d4372406
   116   /*
   116   /*
   117    * \brief Checks that preq's originator address equals to originator, and
   117    * \brief Checks that preq's originator address equals to originator, and
   118    * this preq is not proactive
   118    * this preq is not proactive
   119    */
   119    */
   120   bool MayAddAddress(Mac48Address originator);
   120   bool MayAddAddress(Mac48Address originator);
   121 
   121   bool IsFull () const;
   122 private:
   122 private:
   123   WifiElementId ElementId () const{
   123   WifiElementId ElementId () const{
   124     return IE11S_PREQ;
   124     return IE11S_PREQ;
   125   }
   125   }
   126   void SerializeInformation (Buffer::Iterator i) const;
   126   void SerializeInformation (Buffer::Iterator i) const;