X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2FTKN154BeaconEnabledP.nc;h=7d7d749a4990fae36a80f3e95822f80f02cb8e5a;hb=9b7c447b3ec7173f2b22fce7452151bf209379f5;hp=26a24c7d3e08c7f65ba2506b7d2d0c8bfea5a6a9;hpb=def99df655317b53b7063f9a8fed333fe873b3fe;p=tinyos-2.x.git diff --git a/tos/lib/mac/tkn154/TKN154BeaconEnabledP.nc b/tos/lib/mac/tkn154/TKN154BeaconEnabledP.nc index 26a24c7d..7d7d749a 100644 --- a/tos/lib/mac/tkn154/TKN154BeaconEnabledP.nc +++ b/tos/lib/mac/tkn154/TKN154BeaconEnabledP.nc @@ -403,6 +403,7 @@ implementation DeviceCap.BLEAlarm = Alarm4; DeviceCap.RxWaitAlarm = Alarm5; DeviceCap.RadioToken -> DeviceCapRadioClient; + DeviceCap.RadioTokenRequested -> DeviceCapRadioClient; DeviceCap.SuperframeStructure -> BeaconSynchronizeP.IncomingSF; DeviceCap.IsRxEnableActive -> RxEnableP.IsRxEnableActive; DeviceCap.IsRadioTokenRequested -> PibP.IsRadioTokenRequested; // fan out... @@ -430,6 +431,7 @@ implementation CoordCap.CapEndAlarm = Alarm6; CoordCap.BLEAlarm = Alarm7; CoordCap.RadioToken -> CoordCapRadioClient; + CoordCap.RadioTokenRequested -> CoordCapRadioClient; CoordCap.SuperframeStructure -> BeaconTransmitP.OutgoingSF; CoordCap.IsRxEnableActive -> RxEnableP.IsRxEnableActive; CoordCap.IsRadioTokenRequested -> PibP.IsRadioTokenRequested; // fan out...