Fix Doxygen formatting
This commit is contained in:
@@ -244,7 +244,8 @@ class EhtCapabilities : public WifiInformationElement
|
||||
* Constructor
|
||||
*
|
||||
* \param is2_4Ghz indicating whether PHY is operating in 2.4 GHz based on previously serialized
|
||||
* IEs \param heCapabilities the optional HE capabilities contained in the same management frame
|
||||
* IEs
|
||||
* \param heCapabilities the optional HE capabilities contained in the same management frame
|
||||
*/
|
||||
EhtCapabilities(bool is2_4Ghz, const std::optional<HeCapabilities>& heCapabilities);
|
||||
// Implementations of pure virtual methods, or overridden from base class.
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
*
|
||||
* Authors: Rediet <getachew.redieteab@orange.com>
|
||||
* Sébastien Deronne <sebastien.deronne@gmail.com> (for logic ported from wifi-phy and
|
||||
* spectrum-wifi-phy) Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from
|
||||
* wifi-phy)
|
||||
* spectrum-wifi-phy)
|
||||
* Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from wifi-phy)
|
||||
*/
|
||||
|
||||
#include "phy-entity.h"
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
*
|
||||
* Authors: Rediet <getachew.redieteab@orange.com>
|
||||
* Sébastien Deronne <sebastien.deronne@gmail.com> (for logic ported from wifi-phy and
|
||||
* spectrum-wifi-phy) Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from
|
||||
* wifi-phy)
|
||||
* spectrum-wifi-phy)
|
||||
* Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from wifi-phy)
|
||||
*/
|
||||
|
||||
#ifndef PHY_ENTITY_H
|
||||
@@ -804,7 +804,8 @@ class PhyEntity : public SimpleRefCount<PhyEntity>
|
||||
* \param duration the PPDU duration
|
||||
* \param rxPower received power per band (W)
|
||||
* \param isStartHePortionRxing flag whether the event corresponds to the start of the OFDMA
|
||||
* payload reception (only used for UL-OFDMA) \return the created event
|
||||
* payload reception (only used for UL-OFDMA)
|
||||
* \return the created event
|
||||
*/
|
||||
Ptr<Event> CreateInterferenceEvent(Ptr<const WifiPpdu> ppdu,
|
||||
Time duration,
|
||||
|
||||
Reference in New Issue
Block a user