WifiNoProtection specifies that no protection method is used. More...
#include "wifi-protection.h"
 Inheritance diagram for ns3::WifiNoProtection:
 Inheritance diagram for ns3::WifiNoProtection: Collaboration diagram for ns3::WifiNoProtection:
 Collaboration diagram for ns3::WifiNoProtection:| Public Member Functions | |
| WifiNoProtection () | |
| std::unique_ptr< WifiProtection > | Copy () const override | 
| Clone this object. | |
| void | Print (std::ostream &os) const override | 
| Print the object contents. | |
|  Public Member Functions inherited from ns3::WifiProtection | |
| WifiProtection (Method m) | |
| Constructor. | |
| virtual | ~WifiProtection () | 
| Additional Inherited Members | |
|  Public Types inherited from ns3::WifiProtection | |
| enum | Method { NONE = 0 , RTS_CTS , CTS_TO_SELF , MU_RTS_CTS } | 
| Available protection methods.  More... | |
|  Public Attributes inherited from ns3::WifiProtection | |
| const Method | method | 
| protection method | |
| std::optional< Time > | protectionTime | 
| time required by the protection method | |
WifiNoProtection specifies that no protection method is used.
Definition at line 72 of file wifi-protection.h.
| ns3::WifiNoProtection::WifiNoProtection | ( | ) | 
Definition at line 33 of file wifi-protection.cc.
References ns3::WifiProtection::protectionTime, and ns3::Seconds().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overridevirtual | 
Clone this object.
Implements ns3::WifiProtection.
Definition at line 40 of file wifi-protection.cc.
| 
 | overridevirtual | 
Print the object contents.
| os | output stream in which the data should be printed. | 
Implements ns3::WifiProtection.
Definition at line 46 of file wifi-protection.cc.