src/devices/wifi/wscript
changeset 4987 1bee3ec2793d
parent 4966 29d73c832841
parent 4419 f6a774af3c52
child 4988 9293f61456d7
--- a/src/devices/wifi/wscript	Wed Apr 29 18:59:48 2009 +0400
+++ b/src/devices/wifi/wscript	Wed Apr 29 18:26:25 2009 +0400
@@ -46,6 +46,15 @@
         'cara-wifi-manager.cc',
         'constant-rate-wifi-manager.cc',
         'wifi-test.cc',
+        'qos-tag.cc',
+        'qos-utils.cc',
+        'qadhoc-wifi-mac.cc',
+        'qap-wifi-mac.cc',
+        'qsta-wifi-mac.cc',
+        'edca-txop-n.cc',
+        'msdu-aggregator.cc',
+        'amsdu-subframe-header.cc',
+        'msdu-standard-aggregator.cc',
         ]
     headers = bld.new_task_gen('ns3header')
     headers.module = 'wifi'
@@ -58,7 +67,7 @@
         'wifi-mode.h',
         'ssid.h',
         'wifi-preamble.h',
-        'wifi-phy-standard.h',
+	'wifi-phy-standard.h',
         'yans-wifi-phy.h',
         'yans-wifi-channel.h',
         'wifi-phy.h',
@@ -77,17 +86,18 @@
         'nqap-wifi-mac.h',
         'wifi-phy.h',
         'supported-rates.h',
-        'mgt-headers.h',
-        'status-code.h',
-        'capability-information.h',
         'error-rate-model.h',
         'yans-error-rate-model.h',
-# Need this for module devices/mesh
         'dca-txop.h',
         'wifi-mac-header.h',
-        'dcf-manager.h',
-        'mac-rx-middle.h',
-        'mac-low.h',
+        'qadhoc-wifi-mac.h',
+        'qap-wifi-mac.h',
+        'qsta-wifi-mac.h',
+        'qos-utils.h',
+        'edca-txop-n.h',
+        'msdu-aggregator.h',
+        'amsdu-subframe-header.h',
+        'qos-tag.h',
         ]
 
     obj = bld.create_ns3_program('wifi-phy-test',