diff --git a/src/wifi/model/wifi-phy.cc b/src/wifi/model/wifi-phy.cc index 5b441ef75..56ae598e1 100644 --- a/src/wifi/model/wifi-phy.cc +++ b/src/wifi/model/wifi-phy.cc @@ -251,6 +251,11 @@ WifiPhy::GetTypeId() PointerValue(), MakePointerAccessor(&WifiPhy::m_postReceptionErrorModel), MakePointerChecker()) + .AddAttribute("InterferenceHelper", + "Ptr to an object that implements the interference helper", + PointerValue(), + MakePointerAccessor(&WifiPhy::m_interference), + MakePointerChecker()) .AddAttribute("Sifs", "The duration of the Short Interframe Space. " "NOTE that the default value is overwritten by the value defined "