Home
last modified time | relevance | path

Searched refs:BroadcastPanIdentifier (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs685 …if(frame.AddressInformation.DestinationPan != BroadcastPanIdentifier && frame.AddressInformation.D… in ShouldWeAcceptThisFrame()
719 …|| (frame.AddressInformation.SourcePan != BroadcastPanIdentifier && frame.AddressInformation.Sourc… in ShouldWeAcceptThisFrame()
819 private const int BroadcastPanIdentifier = 0xFFFF; field in Antmicro.Renode.Peripherals.Wireless.CC2538RF
DCC2520.cs364 ….DestinationPan != GetPanId() && frame.AddressInformation.DestinationPan != BroadcastPanIdentifier) in ShouldAcceptFrame()
366 …X}. Dropping frame.", frame.AddressInformation.DestinationPan, GetPanId(), BroadcastPanIdentifier); in ShouldAcceptFrame()
395 …|| (frame.AddressInformation.SourcePan != BroadcastPanIdentifier && frame.AddressInformation.Sourc… in ShouldAcceptFrame()
890 private const int BroadcastPanIdentifier = 0xFFFF; field in Antmicro.Renode.Peripherals.Wireless.CC2520
DCC1200.cs955 private const int BroadcastPanIdentifier = 0xFFFF; field in Antmicro.Renode.Peripherals.Wireless.CC1200