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