src/devices/wifi/qos-utils.h
changeset 5956 e9918be47f78
parent 4720 15221757964f
child 6331 eee2eab36748
equal deleted inserted replaced
5955:10fbe045901e 5956:e9918be47f78
    43 /* If a qos tag is attached to the packet, returns a value < 8.
    43 /* If a qos tag is attached to the packet, returns a value < 8.
    44    A value >= 8 is returned otherwise.
    44    A value >= 8 is returned otherwise.
    45  */
    45  */
    46 uint8_t QosUtilsGetTidForPacket (Ptr<const Packet> packet);
    46 uint8_t QosUtilsGetTidForPacket (Ptr<const Packet> packet);
    47 
    47 
       
    48 /*
       
    49  * Next function is useful to correctly sort buffered packets under block ack.
       
    50  * When an BAR is received from originator station, completed "old"
       
    51  * (see section 9.10.3 in IEEE802.11e) packets must be forwarded up before "new" packets.
       
    52  */
       
    53 uint32_t QosUtilsMapSeqControlToUniqueInteger (uint16_t seqControl, uint16_t endSequence);
       
    54 
    48 } //namespace ns3
    55 } //namespace ns3
    49 
    56 
    50 #endif /* QOS_UTILS_H */
    57 #endif /* QOS_UTILS_H */