src/devices/wifi/wifi-net-device.cc
Tue, 04 Nov 2008 14:06:34 +0100 Mathieu Lacage new wifi API
Tue, 28 Oct 2008 11:26:58 +0100 Mathieu Lacage merge with HEAD
Wed, 11 Jun 2008 16:19:28 -0700 Mathieu Lacage split WifiChannel in WifiChannel + YansWifiChannel
Tue, 10 Jun 2008 12:17:34 -0700 Mathieu Lacage Allow a zero NetDevice in WifiChannel.
Fri, 07 Nov 2008 11:36:15 -0800 vincent Initial IPv6 capability
Wed, 05 Nov 2008 14:33:20 -0800 Craig Dowell Apply Patch to address bug 294 -- due to vincent
Tue, 02 Sep 2008 13:37:59 -0700 Mathieu Lacage implement promisc mode
Tue, 02 Sep 2008 13:19:21 -0700 Mathieu Lacage implement SupportsSendFrom
Tue, 02 Sep 2008 13:16:34 -0700 Mathieu Lacage implement SendFrom correctly
Tue, 02 Sep 2008 11:28:03 -0700 Mathieu Lacage bug 274: bridge must detect compatibility of devices with bridging mode
Mon, 25 Aug 2008 10:02:52 -0700 Mathieu Lacage shared Mac48 multicast code
Thu, 07 Aug 2008 11:14:15 -0700 Mathieu Lacage implement WifiNetDevice::SendFrom
Thu, 24 Jul 2008 11:41:15 +0100 Gustavo J. A. M. Carneiro Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
Fri, 18 Jul 2008 11:41:22 +0100 Gustavo J. A. M. Carneiro No need to make NetDevice::SendFrom pure virtual; instead just give a fatal error if used in runtime (it's only used by the learning bridge, anyway, so...).
Wed, 16 Jul 2008 16:06:50 +0100 Gustavo J. A. M. Carneiro New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
Mon, 07 Jul 2008 12:18:05 +0100 Gustavo J. A. M. Carneiro Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
Fri, 04 Jul 2008 18:03:26 +0100 Gustavo J. A. M. Carneiro Add a NetDevice::SendFrom API, for sending packets with a custom source MAC address (a.k.a. MAC spoofing). Only implemented for CsmaNetDevice for now.
Mon, 30 Jun 2008 19:25:58 +0100 Gustavo J. A. M. Carneiro Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Mon, 14 Apr 2008 16:06:44 -0700 Mathieu Lacage improve documentation
Thu, 10 Apr 2008 11:11:55 -0700 Mathieu Lacage add missing registration macro call
Wed, 09 Apr 2008 17:27:56 -0700 Mathieu Lacage use a specific type if you can
Wed, 09 Apr 2008 12:15:24 -0700 Mathieu Lacage get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
Wed, 19 Mar 2008 10:30:59 -0700 Mathieu Lacage make sure the Rx trace event also gets the llc header to be symetric with the tx event.
Sat, 15 Mar 2008 23:04:01 +0100 Mathieu Lacage make sure that all the Setters can be invoked in any order without memory leak
Sat, 15 Mar 2008 22:27:42 +0100 Mathieu Lacage release the channel.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Thu, 13 Mar 2008 11:21:12 -0700 Mathieu Lacage rework the Wifi API to not use a single WifiNetDevice::Setup method
Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Mon, 03 Mar 2008 21:21:48 +0100 Mathieu Lacage initialize properly mtu field.
Mon, 03 Mar 2008 18:31:07 +0100 Mathieu Lacage make pac, phy, et al available through Attributes
Sun, 02 Mar 2008 06:43:12 +0100 Mathieu Lacage avoid memory leaks
Sun, 02 Mar 2008 01:53:26 +0100 Mathieu Lacage avoid crashing AP wifi sample
Sat, 01 Mar 2008 21:21:53 +0100 Mathieu Lacage port wifi model to Attributes
Thu, 28 Feb 2008 07:17:53 +0100 Mathieu Lacage convert WifiMacParameters to Attributes.
Thu, 28 Feb 2008 06:18:02 +0100 Mathieu Lacage MacParameters -> WifiMacParameters
Wed, 27 Feb 2008 22:19:39 +0100 Mathieu Lacage merge with HEAD
Mon, 25 Feb 2008 19:33:46 +0100 Mathieu Lacage make NetDevice fully virtual.
Fri, 22 Feb 2008 23:45:25 +0100 Federico Maguolo RRAA implementation.
Fri, 22 Feb 2008 23:34:53 +0100 Mathieu Lacage Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
Fri, 22 Feb 2008 23:28:01 +0100 Federico Maguolo allow rate control algorithms to control more per-packet parameters.
Fri, 01 Feb 2008 08:50:03 +0100 Mathieu Lacage merge with HEAD
Thu, 13 Dec 2007 13:00:02 +0100 Mathieu Lacage AMRR rate control algorithm
Thu, 13 Dec 2007 08:39:08 +0100 Mathieu Lacage Onoe rate control
Wed, 12 Dec 2007 12:03:38 +0100 Mathieu Lacage introduce a low latency parameter for rate control algorithms
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 29 Nov 2007 15:50:15 +0100 Mathieu Lacage ConnectTo -> Attach
Thu, 22 Nov 2007 16:40:35 +0100 Mathieu Lacage avoid confusion between code and uncoded rates.
Thu, 22 Nov 2007 14:27:22 +0100 Mathieu Lacage port to Ptr<Packet> branch
Wed, 21 Nov 2007 09:43:57 +0100 Mathieu Lacage add constructors to specify the address of a device
Mon, 19 Nov 2007 16:53:05 +0100 Mathieu Lacage replace Dcf with DcfManager
Thu, 08 Nov 2007 15:23:06 +0100 Mathieu Lacage implement AP beaconing
Wed, 31 Oct 2007 12:27:20 +0100 Mathieu Lacage phy state logger
Wed, 31 Oct 2007 12:05:25 +0100 Mathieu Lacage derive WifiPhy from Object and manage it with a Ptr<>
Wed, 31 Oct 2007 11:45:04 +0100 Mathieu Lacage basic tracing support
Thu, 18 Oct 2007 17:19:53 +0200 Mathieu Lacage handle the BasicRateSet in the AP
Thu, 18 Oct 2007 15:59:33 +0200 Mathieu Lacage dynamically update the list of supported rates based on the ap supported rates
Thu, 18 Oct 2007 14:27:43 +0200 Mathieu Lacage control the rate control algorithms with default values.
Thu, 18 Oct 2007 13:37:22 +0200 Mathieu Lacage support BRAND_NEW station in adhoc code. initialize the supported rates.
Thu, 18 Oct 2007 12:20:41 +0200 Mathieu Lacage add dispose methods in subclasses of WifiNetDevice
less more (0) -60 tip