We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae03dbb commit 387ffd5Copy full SHA for 387ffd5
src/tap-bridge/examples/tap-wifi-virtual-machine.py
@@ -54,7 +54,7 @@ def main(argv):
54
#
55
# No reason for pesky access points, so we'll use an ad-hoc network.
56
57
- wifiMac = ns.wifi.WifiMacHelper
+ wifiMac = ns.wifi.WifiMacHelper()
58
wifiMac.SetType ("ns3::AdhocWifiMac");
59
60
0 commit comments