Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1287)

Unified Diff: src/devices/wifi/wifi-phy.h

Issue 862041: ns-3: Initial support for the 802.11g PHY (Closed)
Patch Set: Updated draft patchset for 802.11g support in ns-3 Created 13 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/devices/wifi/wifi-mac.cc ('k') | src/devices/wifi/wifi-phy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/devices/wifi/wifi-phy.h
===================================================================
--- a/src/devices/wifi/wifi-phy.h
+++ b/src/devices/wifi/wifi-phy.h
@@ -306,6 +306,14 @@
static WifiMode GetDsssRate2Mbps ();
static WifiMode GetDsssRate5_5Mbps ();
static WifiMode GetDsssRate11Mbps ();
+ static WifiMode GetErpOfdmRate6Mbps ();
+ static WifiMode GetErpOfdmRate9Mbps ();
+ static WifiMode GetErpOfdmRate12Mbps ();
+ static WifiMode GetErpOfdmRate18Mbps ();
+ static WifiMode GetErpOfdmRate24Mbps ();
+ static WifiMode GetErpOfdmRate36Mbps ();
+ static WifiMode GetErpOfdmRate48Mbps ();
+ static WifiMode GetErpOfdmRate54Mbps ();
static WifiMode GetOfdmRate6Mbps ();
static WifiMode GetOfdmRate9Mbps ();
static WifiMode GetOfdmRate12Mbps ();
« no previous file with comments | « src/devices/wifi/wifi-mac.cc ('k') | src/devices/wifi/wifi-phy.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b