src/devices/wifi/wscript
2009-08-13 add an implementation of the minstrel rate control algorithm
2009-07-16 Review issue 88093: Minor changes in wifi module needed by 802.11s
2009-07-15 made InterferenceHelper::CalculateTxDuration () static
2009-05-28 802.11b PHY support
2009-04-27 bug 558: qos-tag.h is gone missing from wscript
2009-04-24 add qos MACs
2009-04-24 Add WifiMacHelper
2009-04-24 shared facility for qos support
2009-04-17 cara rate control
2009-04-17 bug 536: aarf-cd rate control
2009-01-09 merge
2008-12-29 Upgrade to new WAF, work in progress
2009-01-06 virtualize ErrorRateModel
2008-11-04 new wifi API
2008-10-28 add composite capability to PropagationLossModel base class.
2008-06-14 split interference calculation from YansWifiPhy. Move them to InterferenceHelper
2008-06-12 split the error rate model from the yans phy
2008-06-12 remove header from list of public headers
2008-06-12 split state management in a helper class
2008-06-11 split WifiChannel in WifiChannel + YansWifiChannel
2008-06-11 rename WifiPhy to YansWifiPhy and add WifiPhy abstract base class.
2008-06-10 PHY-layer test scripts
2008-04-15 code was dead.
2008-03-21 add missing header
2008-03-21 Composite and Jakes propagation loss models.
2008-03-19 A bunch of wifi smoke tests.
2007-12-26 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
2008-03-13 move helpers to their own dir.
2008-03-03 port last rate control algorithms
2008-03-01 port wifi model to Attributes
2008-02-28 MacParameters -> WifiMacParameters
2008-02-22 RRAA implementation.
2008-02-22 Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
2007-12-13 AMRR rate control algorithm
2007-12-13 Onoe rate control
2007-11-23 Improve the accuracy of 802.11a tx duration calculations.
2007-11-19 replace Dcf with DcfManager
2007-11-13 dcf test framework
2007-11-13 a new (wholy untested) Dcf implementation
2007-11-05 test propagation losses
2007-10-31 phy state logger
2007-10-16 use the new RandomStream class and fix a small bug in the testsuite
2007-10-15 build and link
2007-10-11 add WifiNetDevice to build
2007-10-10 build STA code
2007-10-10 add NQap to build
2007-10-10 add management frame implementations
2007-10-09 add new code to build
2007-10-09 add SupportedRates to build
2007-10-09 add MacHighAdhoc to build
2007-10-09 rework MacStations to handle correctly Supported vs Basic rate sets and add IdealMacStations to build
2007-10-09 add DcaTxop to build
2007-10-09 add MacRxMiddle to build
2007-10-09 add MacTxMiddle to build
2007-10-09 add WifiMacQueue to build
2007-10-09 add Dcf to build
2007-10-09 add MacLow to build
2007-10-08 port to new MacStation API
2007-10-08 port ArfMacStations to new MacStation API
2007-10-08 move mac-station code in mac-stations