Skip to content

Commit

Permalink
tap-bridge: dumbbell: Fix 'WifiRemoteStationManager selected does not…
Browse files Browse the repository at this point in the history
… support HT rates' error
  • Loading branch information
a-andre committed Jan 8, 2024
1 parent 4fe9136 commit eb69939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tap-bridge/examples/tap-wifi-dumbbell.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ main(int argc, char* argv[])
Ssid ssid = Ssid("left");
WifiHelper wifi;
WifiMacHelper wifiMac;
wifi.SetRemoteStationManager("ns3::ArfWifiManager");
wifi.SetStandard(WIFI_STANDARD_80211a);

wifiMac.SetType("ns3::ApWifiMac", "Ssid", SsidValue(ssid));
NetDeviceContainer devicesLeft = wifi.Install(wifiPhy, wifiMac, nodesLeft.Get(0));
Expand Down

0 comments on commit eb69939

Please sign in to comment.