src/devices/mesh/dot11s/peer-management-protocol-mac.h
changeset 5154 bb06787ed7fe
parent 5132 aee541a30256
child 5177 2d82457e44dc
--- a/src/devices/mesh/dot11s/peer-management-protocol-mac.h	Tue Aug 18 13:31:37 2009 +0400
+++ b/src/devices/mesh/dot11s/peer-management-protocol-mac.h	Thu Aug 20 18:24:23 2009 +0400
@@ -103,6 +103,9 @@
   /// WifiInformationElements exist
   PlinkFrameStart ParsePlinkFrame (Ptr<const Packet> packet);
   ///\}
+  ///// Closes link when a proper number of successive transmissions have failed
+  void TxError (WifiMacHeader const &hdr);
+  void TxOk (WifiMacHeader const &hdr);
   //Keeps statistics
   struct Statistics {
     uint16_t txOpen;