wifi: Expose InterferenceHelper in WifiPhy attributes

This commit is contained in:
Sébastien Deronne
2023-01-27 18:08:53 +01:00
committed by Sebastien Deronne
parent e67f7c13bc
commit 08f3373bbe

View File

@@ -251,6 +251,11 @@ WifiPhy::GetTypeId()
PointerValue(),
MakePointerAccessor(&WifiPhy::m_postReceptionErrorModel),
MakePointerChecker<ErrorModel>())
.AddAttribute("InterferenceHelper",
"Ptr to an object that implements the interference helper",
PointerValue(),
MakePointerAccessor(&WifiPhy::m_interference),
MakePointerChecker<InterferenceHelper>())
.AddAttribute("Sifs",
"The duration of the Short Interframe Space. "
"NOTE that the default value is overwritten by the value defined "