src/devices/wifi/mac-low.h
changeset 3899 804d92c1f7c3
parent 3889 f35819202b66
child 3906 01acc159ffb1
equal deleted inserted replaced
3898:0d0517e7a557 3899:804d92c1f7c3
   337    * \param rxSnr snr of packet received.
   337    * \param rxSnr snr of packet received.
   338    *
   338    *
   339    * This method is typically invoked by the lower PHY layer to notify
   339    * This method is typically invoked by the lower PHY layer to notify
   340    * the MAC layer that a packet was unsuccessfully received.
   340    * the MAC layer that a packet was unsuccessfully received.
   341    */
   341    */
   342   void ReceiveError (Ptr<Packet> packet, double rxSnr);
   342   void ReceiveError (Ptr<const Packet> packet, double rxSnr);
   343 private:
   343 private:
   344   void CancelAllEvents (void);
   344   void CancelAllEvents (void);
   345   uint32_t GetAckSize (void) const;
   345   uint32_t GetAckSize (void) const;
   346   uint32_t GetRtsSize (void) const;
   346   uint32_t GetRtsSize (void) const;
   347   uint32_t GetCtsSize (void) const;
   347   uint32_t GetCtsSize (void) const;