src/devices/wifi/wscript
changeset 1964 041240a915f8
parent 1954 d1fde26bcb1c
child 1968 1bf97adf7f56
equal deleted inserted replaced
1963:007214146da7 1964:041240a915f8
    29         'status-code.cc',
    29         'status-code.cc',
    30         'mgt-headers.cc',
    30         'mgt-headers.cc',
    31         'mac-high-nqap.cc',
    31         'mac-high-nqap.cc',
    32         'mac-high-nqsta.cc',
    32         'mac-high-nqsta.cc',
    33         'wifi-net-device.cc',
    33         'wifi-net-device.cc',
       
    34         'wifi-default-parameters.cc'
    34         ]
    35         ]
    35     headers = bld.create_obj('ns3header')
    36     headers = bld.create_obj('ns3header')
    36     headers.source = [
    37     headers.source = [
    37         'wifi-net-device.h',
    38         'wifi-net-device.h',
    38         'wifi-net-device-factory.h',
       
    39         'wifi-channel.h',
    39         'wifi-channel.h',
    40         'wifi-mode.h',
    40         'wifi-mode.h',
    41         'ssid.h',
    41         'ssid.h',
    42         'wifi-preamble.h',
    42         'wifi-preamble.h',
    43         ]
    43         ]