I think I found the way to do this. Using a callback to WifiChannel:
typedef Callback<void,Packet,double,WifiMode,WifiPreamble>
ns3::WifiChannel::ReceiveCallback
//arg1: the packet to receive arg2: the rx power of the packet to
receive (dbm) arg3: the tx mode of the packet to receive arg4: the //
preamble of the packet to receive
I understand this will be called on the receive end and arg2 is what I
am looking for... Can anybody confirm please?
On Feb 22, 12:48 pm, David Taylor <
david.taylor.cy...@gmail.com>
wrote: