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