src/wifi/wscript
changeset 10139 17a71cd49da3
parent 9277 0f87d1cb030c
child 10166 35694ab6581e
--- a/src/wifi/wscript	Tue Aug 13 10:37:49 2013 -0700
+++ b/src/wifi/wscript	Tue Aug 13 22:05:25 2013 -0700
@@ -61,6 +61,9 @@
         'model/block-ack-manager.cc',
         'model/block-ack-cache.cc',
         'model/snr-tag.cc',
+        'model/ht-capabilities.cc',
+        'model/wifi-tx-vector.cc',
+        'helper/ht-wifi-mac-helper.cc',
         'helper/athstats-helper.cc',
         'helper/wifi-helper.cc',
         'helper/yans-wifi-helper.cc',
@@ -134,6 +137,9 @@
         'model/block-ack-manager.h',
         'model/block-ack-cache.h',
         'model/snr-tag.h',
+        'model/ht-capabilities.h',
+        'model/wifi-tx-vector.h',
+        'helper/ht-wifi-mac-helper.h',
         'helper/athstats-helper.h',
         'helper/wifi-helper.h',
         'helper/yans-wifi-helper.h',