wifi: Add FrameExchangeManagers attribute to WifiMac

...so that FEMs can be accessed through the naming system
This commit is contained in:
Stefano Avallone
2024-03-20 13:13:06 +01:00
parent 3c5d505e16
commit 0ac8cefcbd

View File

@@ -132,6 +132,12 @@ WifiMac::GetTypeId()
ObjectVectorValue(),
MakeObjectVectorAccessor(&WifiMac::GetChannelAccessManager, &WifiMac::GetNLinks),
MakeObjectVectorChecker<ChannelAccessManager>())
.AddAttribute(
"FrameExchangeManagers",
"The Frame Exchange Manager(s) attached to this device.",
ObjectVectorValue(),
MakeObjectVectorAccessor(&WifiMac::GetFrameExchangeManager, &WifiMac::GetNLinks),
MakeObjectVectorChecker<FrameExchangeManager>())
.AddAttribute(
"MpduBufferSize",
"The size (in number of MPDUs) of the buffer used for each BlockAck "