src/devices/wifi/wifi-net-device.h
Mon, 24 Nov 2008 06:36:05 +0100 Mathieu Lacage merge with HEAD
Tue, 04 Nov 2008 14:06:34 +0100 Mathieu Lacage new wifi API
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 11:28:03 -0700 Mathieu Lacage bug 274: bridge must detect compatibility of devices with bridging mode
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...).
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.
Fri, 21 Mar 2008 12:56:40 -0700 Mathieu Lacage doxygen.
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
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.
Sun, 02 Mar 2008 06:43:12 +0100 Mathieu Lacage avoid memory leaks
Sat, 01 Mar 2008 21:21:53 +0100 Mathieu Lacage port wifi model 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:34:53 +0100 Mathieu Lacage Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
Mon, 17 Dec 2007 13:27:22 +0100 Mathieu Lacage add a few comments here and there
Thu, 29 Nov 2007 15:50:15 +0100 Mathieu Lacage ConnectTo -> Attach
Thu, 29 Nov 2007 15:45:12 +0100 Mathieu Lacage remove references to WifiNetDeviceFactory
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 16:26:31 +0100 Mathieu Lacage doxygen
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
Fri, 26 Oct 2007 13:14:14 +0200 Mathieu Lacage basic doxygen documentation for users
Thu, 18 Oct 2007 12:20:41 +0200 Mathieu Lacage add dispose methods in subclasses of WifiNetDevice
Thu, 18 Oct 2007 11:50:35 +0200 Mathieu Lacage dispose the channel from WifiNetDevice
Tue, 16 Oct 2007 17:22:13 +0200 Mathieu Lacage remove 'all rights reserved'
Tue, 16 Oct 2007 14:29:23 +0200 Mathieu Lacage fix valgrind warning
Mon, 15 Oct 2007 16:47:53 +0200 Mathieu Lacage build and link
Thu, 11 Oct 2007 13:20:55 +0200 Mathieu Lacage add WifiNetDevice to build
Tue, 09 Oct 2007 11:36:13 +0200 Mathieu Lacage add MacLow to build
Wed, 03 Oct 2007 14:19:54 +0200 Mathieu Lacage add missing header
less more (0) tip