/usr/include/ns3/wifi-module.h is in libns3-dev 3.13+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | #ifdef NS3_MODULE_COMPILATION
# error "Do not include ns3 module aggregator headers from other modules; these are meant only for end user scripts."
#endif
#ifndef NS3_MODULE_WIFI
// Module headers:
#include "aarf-wifi-manager.h"
#include "aarfcd-wifi-manager.h"
#include "adhoc-wifi-mac.h"
#include "amrr-wifi-manager.h"
#include "amsdu-subframe-header.h"
#include "ap-wifi-mac.h"
#include "arf-wifi-manager.h"
#include "athstats-helper.h"
#include "block-ack-agreement.h"
#include "block-ack-cache.h"
#include "block-ack-manager.h"
#include "capability-information.h"
#include "cara-wifi-manager.h"
#include "constant-rate-wifi-manager.h"
#include "ctrl-headers.h"
#include "dca-txop.h"
#include "dcf-manager.h"
#include "dcf.h"
#include "dsss-error-rate-model.h"
#include "edca-txop-n.h"
#include "error-rate-model.h"
#include "ideal-wifi-manager.h"
#include "interference-helper.h"
#include "mac-low.h"
#include "mac-rx-middle.h"
#include "mgt-headers.h"
#include "minstrel-wifi-manager.h"
#include "msdu-aggregator.h"
#include "nist-error-rate-model.h"
#include "nqos-wifi-mac-helper.h"
#include "onoe-wifi-manager.h"
#include "originator-block-ack-agreement.h"
#include "qos-tag.h"
#include "qos-utils.h"
#include "qos-wifi-mac-helper.h"
#include "regular-wifi-mac.h"
#include "rraa-wifi-manager.h"
#include "ssid.h"
#include "sta-wifi-mac.h"
#include "status-code.h"
#include "supported-rates.h"
#include "wifi-channel.h"
#include "wifi-helper.h"
#include "wifi-information-element-vector.h"
#include "wifi-information-element.h"
#include "wifi-mac-header.h"
#include "wifi-mac-queue.h"
#include "wifi-mac.h"
#include "wifi-mode.h"
#include "wifi-net-device.h"
#include "wifi-phy-standard.h"
#include "wifi-phy.h"
#include "wifi-preamble.h"
#include "wifi-remote-station-manager.h"
#include "yans-error-rate-model.h"
#include "yans-wifi-channel.h"
#include "yans-wifi-helper.h"
#include "yans-wifi-phy.h"
#endif
|