Commit Graph

1929 Commits

Author SHA1 Message Date
Mathieu Lacage
c570beefbd check the ssid length 2007-10-23 14:00:53 +02:00
Mathieu Lacage
6f97972582 enable packet metadata for debugging 2007-10-23 13:40:08 +02:00
Mathieu Lacage
736368f441 improve slightly the SupportedRates print output 2007-10-23 13:39:49 +02:00
Mathieu Lacage
7aede726ca add missing space separator 2007-10-23 13:38:03 +02:00
Mathieu Lacage
228150cd72 add printing support 2007-10-23 13:12:04 +02:00
Mathieu Lacage
9f4f9e7b2f add printing support 2007-10-23 13:11:41 +02:00
Mathieu Lacage
629de5c931 add logging support 2007-10-23 13:11:23 +02:00
Mathieu Lacage
30af256bb6 add printing support 2007-10-23 13:11:10 +02:00
Mathieu Lacage
7340c86c61 enable logging 2007-10-23 12:49:09 +02:00
Mathieu Lacage
0c5de08870 ap/sta sample 2007-10-19 12:10:01 +02:00
Mathieu Lacage
36a6d0c93c handle the BasicRateSet in the AP 2007-10-18 17:19:53 +02:00
Mathieu Lacage
2d66b73e34 dynamically update the list of supported rates based on the ap supported rates 2007-10-18 15:59:33 +02:00
Mathieu Lacage
18517c1fe5 implement Reset and AddBasicMode 2007-10-18 15:58:19 +02:00
Mathieu Lacage
69dfc4fe32 add support for set/get supported rates in assoc resp packets 2007-10-18 15:12:39 +02:00
Mathieu Lacage
d7fe272673 make sure we record all needed supported modes 2007-10-18 14:38:09 +02:00
Mathieu Lacage
40add040f9 convert int to uint32_t 2007-10-18 14:32:42 +02:00
Mathieu Lacage
766d7138ac control the rate control algorithms with default values. 2007-10-18 14:27:43 +02:00
Mathieu Lacage
dc3fb38cbb support BRAND_NEW station in adhoc code. initialize the supported rates. 2007-10-18 13:37:22 +02:00
Mathieu Lacage
eb1e734628 add dispose methods in subclasses of WifiNetDevice 2007-10-18 12:20:41 +02:00
Mathieu Lacage
ba95d49a67 get rid of the dcf 2007-10-18 12:20:24 +02:00
Mathieu Lacage
a90aee32a0 clear the list of NetDevice 2007-10-18 12:20:17 +02:00
Mathieu Lacage
8a9502ce01 dispose everything from WifiNetDevice::DoDispose 2007-10-18 11:53:35 +02:00
Mathieu Lacage
8d46c4debc dispose the channel from WifiNetDevice 2007-10-18 11:50:35 +02:00
Mathieu Lacage
fe2ab99c52 remove buggy asserts 2007-10-18 11:25:33 +02:00
Mathieu Lacage
a5467f201c cts, rts, and ack sizes must take into account fcs padding 2007-10-18 11:22:19 +02:00
Mathieu Lacage
976c3bbe98 eifs calculation is wrong: match the spec. 2007-10-18 11:21:40 +02:00
Mathieu Lacage
551de62f42 make sure that ack and cts delay take into account the fcs padding. 2007-10-18 11:21:14 +02:00
Mathieu Lacage
434226dd01 add time to debug output 2007-10-17 17:49:56 +02:00
Mathieu Lacage
e770997d09 do not call Unref directly anymore. 2007-10-17 17:01:51 +02:00
Mathieu Lacage
52d42bca30 fix valgrind warning: initialize RngStream correctly 2007-10-17 16:26:42 +02:00
Mathieu Lacage
3b5eba1c85 make sure we pass the Rts duration to the SendCtsAfterRts method. fix debugging output. 2007-10-17 16:20:30 +02:00
Mathieu Lacage
76af0aa6ed make sure that each new MacStation is correctly initialized 2007-10-17 16:19:51 +02:00
Mathieu Lacage
4a6e000a07 convert to and from dbms when needed 2007-10-17 15:52:11 +02:00
Mathieu Lacage
cf2fbcb6e3 log channel behavior 2007-10-17 15:51:37 +02:00
Mathieu Lacage
11c2f8c991 tx and rx gain should have no impact by default 2007-10-17 15:51:20 +02:00
Mathieu Lacage
0d3182c278 use dbms consistently in the propagation loss models 2007-10-17 15:50:38 +02:00
Mathieu Lacage
1d2a21fa1f initialize uniqueUid field 2007-10-17 13:39:05 +02:00
Mathieu Lacage
c6763e76ee index starts at zero 2007-10-17 13:38:44 +02:00
Mathieu Lacage
818c1ea9e9 specify real type 2007-10-17 13:38:33 +02:00
Mathieu Lacage
0b4d0fcf67 implement operator << and an assert 2007-10-17 12:01:08 +02:00
Mathieu Lacage
384c4b998e add asserts and some debug log 2007-10-17 12:00:43 +02:00
Mathieu Lacage
449bd78db7 convert TRACE to NS_LOG 2007-10-16 18:09:49 +02:00
Mathieu Lacage
5d2227d3a6 remove 'all rights reserved' 2007-10-16 17:22:13 +02:00
Mathieu Lacage
0058449576 remove uneeded trailing ';' 2007-10-16 17:20:09 +02:00
Mathieu Lacage
2059a57d96 goto the right location before serializing the wifi trailer 2007-10-16 17:18:29 +02:00
Mathieu Lacage
8bb9ab629f remove bogus assert 2007-10-16 17:15:30 +02:00
Mathieu Lacage
73c536fa04 replace cassert by ns3/assert.h 2007-10-16 15:57:45 +02:00
Mathieu Lacage
2d07bbdf2c configure correctly the ipv4 layer 2007-10-16 15:43:26 +02:00
Mathieu Lacage
83e7cf54f4 merge with HEAD 2007-10-16 14:44:36 +02:00
Mathieu Lacage
54725d30b1 fix position printing code 2007-10-16 14:43:40 +02:00