equal
deleted
inserted
replaced
3 def build(bld): |
3 def build(bld): |
4 obj = bld.create_ns3_module('wifi', ['node']) |
4 obj = bld.create_ns3_module('wifi', ['node']) |
5 obj.source = [ |
5 obj.source = [ |
6 'propagation-delay-model.cc', |
6 'propagation-delay-model.cc', |
7 'propagation-loss-model.cc', |
7 'propagation-loss-model.cc', |
|
8 'composite-propagation-loss-model.cc', |
|
9 'jakes-propagation-loss-model.cc', |
8 'wifi-channel.cc', |
10 'wifi-channel.cc', |
9 'wifi-mode.cc', |
11 'wifi-mode.cc', |
10 'ssid.cc', |
12 'ssid.cc', |
11 'wifi-phy.cc', |
13 'wifi-phy.cc', |
12 'wifi-mac-header.cc', |
14 'wifi-mac-header.cc', |
41 headers = bld.create_obj('ns3header') |
43 headers = bld.create_obj('ns3header') |
42 headers.module = 'wifi' |
44 headers.module = 'wifi' |
43 headers.source = [ |
45 headers.source = [ |
44 'propagation-delay-model.h', |
46 'propagation-delay-model.h', |
45 'propagation-loss-model.h', |
47 'propagation-loss-model.h', |
|
48 'composite-propagation-loss-model.h', |
|
49 'jakes-propagation-loss-model.h', |
46 'wifi-net-device.h', |
50 'wifi-net-device.h', |
47 'wifi-channel.h', |
51 'wifi-channel.h', |
48 'wifi-mode.h', |
52 'wifi-mode.h', |
49 'ssid.h', |
53 'ssid.h', |
50 'wifi-preamble.h', |
54 'wifi-preamble.h', |