Commit Graph

664 Commits

Author SHA1 Message Date
Mathieu Lacage
32ce5ce0be bug 367: generate beacons by default at time 0.0 2008-10-10 11:18:46 +02:00
Mathieu Lacage
e20b335199 bug 361: make GetBssid public. 2008-10-10 09:24:35 +02:00
Mathieu Lacage
2160b31237 add private operator = to disable it 2008-10-02 17:05:16 +02:00
Tom Henderson
b005d33fb9 fix some Doxygen warnings 2008-09-15 06:10:53 -07:00
Craig Dowell
a7f445f460 fix bug 338, MTU overflows frameSize 2008-09-11 15:32:39 -07:00
Mathieu Lacage
f5bb4c3302 bug 333:The Position attribute is not constructable anymore. 2008-09-11 11:08:22 -07:00
Mathieu Lacage
cd64cbad48 initialize sta listen interval 2008-09-08 14:45:11 -07:00
Mathieu Lacage
69aa96cfe8 initialize m_ctrlPwrMgt 2008-09-08 14:40:48 -07:00
Mathieu Lacage
18f4a0f940 don't use bitfields: they are evil. 2008-09-08 14:40:27 -07:00
Mathieu Lacage
9b48ec2c9c should set retry bit in rts and acks. 2008-09-08 14:39:59 -07:00
Mathieu Lacage
d654a7c67a should set retry bit in acks. 2008-09-08 14:37:54 -07:00
Mathieu Lacage
f75a46a16c do not reserve space for unwritten data to avoid memory initialization problems 2008-09-08 12:22:29 -07:00
Mathieu Lacage
9e629d895f make sure aid is initialized 2008-09-05 21:36:20 -07:00
Unknown
d8ec3bb638 flip LLC to DIX framing switch in csma 2008-09-05 15:57:46 -07:00
Unknown
f4ea04de0b apply MTU/FrameSize treatment to point-to-point 2008-09-05 15:18:20 -07:00
Unknown
55279b18b4 MTU, encap mode cleanup for csma 2008-09-05 11:56:17 -07:00
Unknown
d2dd9c358f further cleanup of MTU in CSMA 2008-09-04 22:38:52 -07:00
Mathieu Lacage
51d62156f5 merge with HEAD 2008-09-03 10:42:18 -07:00
Mathieu Lacage
d24895bdd1 forward a frame back to the wireless network only if the destination is associated, is a broadcast or multicast packet. 2008-09-03 10:37:22 -07:00
Mathieu Lacage
c063465ce6 from and to addresses were inverted 2008-09-02 16:31:41 -07:00
Mathieu Lacage
1a78f415ce make sure we convey the right 'to' address to the NetDevice layer. 2008-09-02 16:08:54 -07:00
Mathieu Lacage
76147944c3 make sure to propagation the address down to the MacLow 2008-09-02 15:47:49 -07:00
Mathieu Lacage
7d81d3a381 use std::string instead of raw string 2008-09-02 15:17:54 -07:00
Mathieu Lacage
d7fb97eac0 improve debugging output 2008-09-02 15:17:43 -07:00
Mathieu Lacage
39daae1374 implement promisc mode 2008-09-02 13:37:59 -07:00
Mathieu Lacage
79f85cdf94 implement SupportsSendFrom 2008-09-02 13:19:21 -07:00
Mathieu Lacage
65206529fb implement SendFrom correctly 2008-09-02 13:16:34 -07:00
Mathieu Lacage
2ef4eeb41a remove unecessary include 2008-09-02 13:16:14 -07:00
Mathieu Lacage
5788fe5e8f move GetBssid down to MacLow 2008-09-02 13:08:47 -07:00
Mathieu Lacage
77b1692293 move slot and pifs down to MacLow 2008-09-02 12:36:37 -07:00
Mathieu Lacage
c5710262c4 move sifs down to MacLow 2008-09-02 12:13:24 -07:00
Mathieu Lacage
c7406f3722 move cts timeout down to MacLow 2008-09-02 12:06:46 -07:00
Mathieu Lacage
3f1514a867 move Address and ack timeout down to MacLow 2008-09-02 12:00:11 -07:00
Mathieu Lacage
9b5145b5a0 use Mac48Address::GetMulticast to avoid code duplication 2008-09-02 11:39:26 -07:00
Mathieu Lacage
8f7b450103 bug 274: bridge must detect compatibility of devices with bridging mode 2008-09-02 11:28:03 -07:00
Gustavo J. A. M. Carneiro
8cdde7b8f2 merge 2008-08-26 12:25:59 +01:00
Gustavo J. A. M. Carneiro
cb5d18a929 Bridge documentation (#286) 2008-08-26 12:25:08 +01:00
Mathieu Lacage
5f63fe35ba shared Mac48 multicast code 2008-08-25 10:02:52 -07:00
Mathieu Lacage
cfdb301bee bug 273: constify packet pointers. 2008-08-25 09:13:05 -07:00
Gustavo J. A. M. Carneiro
097f338632 Make copy constructors of some wifi classes private so that pybindgen won't use them (they are not usable) 2008-08-19 17:45:41 +01:00
Mathieu Lacage
3ca49e8f39 ensure type is registered 2008-08-07 12:22:38 -07:00
Mathieu Lacage
bfd084bde7 implement WifiNetDevice::SendFrom 2008-08-07 11:14:15 -07:00
Craig Dowell
2966ca33b9 Comment to clarify MTU policy was insufficiently clear 2008-08-05 10:34:26 -07:00
Craig Dowell
6c7bdf5845 sort out various MTU options 2008-08-04 17:32:32 -07:00
Craig Dowell
3a519a71da 128 column pages 2008-08-03 21:55:49 -07:00
Gustavo J. A. M. Carneiro
2aceead32f merge 2008-07-24 11:41:56 +01:00
Gustavo J. A. M. Carneiro
ca2fef3bd8 Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence. 2008-07-24 11:41:15 +01:00
Gustavo J. A. M. Carneiro
f573eaa47a Add helper waf proxy script 2008-07-24 11:27:57 +01:00
Craig Dowell
c51f635cfb fix supidity in mtu stuff 2008-07-23 18:29:13 -07:00
Craig Dowell
dbb7f0f738 begin sorting out mtu woes 2008-07-23 17:09:12 -07:00