@@ -555,33 +555,33 @@ class WifiMacHeader : public Header
555555 */
556556 bool IsMoreFragments () const ;
557557 /* *
558- * Return if the QoS Ack policy is Block Ack.
558+ * Return if IsQosData() is true and the QoS Ack policy is Block Ack.
559559 *
560- * @return true if the QoS Ack policy is Block Ack, false otherwise
560+ * @return true if IsQosData() and the QoS Ack policy is Block Ack, false otherwise
561561 */
562562 bool IsQosBlockAck () const ;
563563 /* *
564- * Return if the QoS Ack policy is No Ack.
564+ * Return if IsQosData() is true and the QoS Ack policy is No Ack.
565565 *
566- * @return true if the QoS Ack policy is No Ack, false otherwise
566+ * @return true if IsQosData() and the QoS Ack policy is No Ack, false otherwise
567567 */
568568 bool IsQosNoAck () const ;
569569 /* *
570- * Return if the QoS Ack policy is Normal Ack.
570+ * Return if IsQosData() is true and the QoS Ack policy is Normal Ack.
571571 *
572- * @return true if the QoS Ack policy is No Ack, false otherwise
572+ * @return true if IsQosData() and the QoS Ack policy is No Ack, false otherwise
573573 */
574574 bool IsQosAck () const ;
575575 /* *
576- * Return if the end of service period (EOSP) is set.
576+ * Return if IsQosData() is true and the end of service period (EOSP) is set.
577577 *
578- * @return true if the end of service period (EOSP) is set, false otherwise
578+ * @return true if IsQosData() and the end of service period (EOSP) is set, false otherwise
579579 */
580580 bool IsQosEosp () const ;
581581 /* *
582- * Check if the A-MSDU present bit is set in the QoS control field.
582+ * Check if IsQosData() is true and the A-MSDU present bit is set in the QoS control field.
583583 *
584- * @return true if the A-MSDU present bit is set,
584+ * @return true if IsQosData() and the A-MSDU present bit is set,
585585 * false otherwise
586586 */
587587 bool IsQosAmsdu () const ;
0 commit comments