mesh: Introduction of Ht/Vht/HeConfiguration not accounted for in MeshHelper

This commit is contained in:
Getachew Redieteab
2019-01-02 21:11:53 +01:00
committed by Sébastien Deronne
parent 66f7d806ab
commit cf032c5519

View File

@@ -179,6 +179,7 @@ MeshHelper::CreateInterface (const WifiPhyHelper &phyHelper, Ptr<Node> node, uin
Ptr<MeshWifiInterfaceMac> mac = m_mac.Create<MeshWifiInterfaceMac> ();
NS_ASSERT (mac != 0);
mac->SetSsid (Ssid ());
mac->SetDevice (device);
Ptr<WifiRemoteStationManager> manager = m_stationManager.Create<WifiRemoteStationManager> ();
NS_ASSERT (manager != 0);
Ptr<WifiPhy> phy = phyHelper.Create (node, device);