src/devices/wifi/wifi-net-device.h
2008-11-07 Initial IPv6 capability
2008-11-05 Apply Patch to address bug 294 -- due to vincent
2008-09-02 implement promisc mode
2008-09-02 bug 274: bridge must detect compatibility of devices with bridging mode
2008-07-24 Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
2008-07-18 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...).
2008-07-07 Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
2008-07-04 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.
2008-06-30 Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
2008-03-21 doxygen.
2008-03-15 make sure that all the Setters can be invoked in any order without memory leak
2008-03-13 rework the Wifi API to not use a single WifiNetDevice::Setup method
2008-03-13 add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
2008-03-02 avoid memory leaks
2008-03-01 port wifi model to Attributes
2008-02-28 MacParameters -> WifiMacParameters
2008-02-27 merge with HEAD
2008-02-25 make NetDevice fully virtual.
2008-02-22 Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
2007-12-17 add a few comments here and there
2007-11-29 ConnectTo -> Attach
2007-11-29 remove references to WifiNetDeviceFactory
2007-11-22 port to Ptr<Packet> branch
2007-11-21 add constructors to specify the address of a device
2007-11-19 replace Dcf with DcfManager
2007-11-08 implement AP beaconing
2007-10-31 doxygen
2007-10-31 derive WifiPhy from Object and manage it with a Ptr<>
2007-10-31 basic tracing support
2007-10-26 basic doxygen documentation for users
2007-10-18 add dispose methods in subclasses of WifiNetDevice
2007-10-18 dispose the channel from WifiNetDevice
2007-10-16 remove 'all rights reserved'
2007-10-16 fix valgrind warning
2007-10-15 build and link
2007-10-11 add WifiNetDevice to build
2007-10-09 add MacLow to build
2007-10-03 add missing header