]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/mac/tkn154/Ieee802154NonBeaconEnabledC.nc
Added a component that accepts beacon request frames and responds with a beacon ...
[tinyos-2.x.git] / tos / platforms / telosb / mac / tkn154 / Ieee802154NonBeaconEnabledC.nc
index ab1d58d5075b604b18033f6bc8c9d52465d0066f..4bc755a787e066c16efb469d4ca74e9542c4bc1d 100644 (file)
@@ -56,6 +56,7 @@ configuration Ieee802154NonBeaconEnabledC
     interface MLME_START;
     interface IEEE154Frame;
     interface IEEE154BeaconFrame;
+    interface IEEE154TxBeaconPayload;
     interface SplitControl as PromiscuousMode;
     interface Get<uint64_t> as LocalExtendedAddress;
     interface Timestamp;
@@ -82,6 +83,7 @@ implementation
   MLME_ORPHAN = MAC;
   IEEE154Frame = MAC;
   IEEE154BeaconFrame = MAC;
+  IEEE154TxBeaconPayload = MAC;
   LocalExtendedAddress = MAC;
   PromiscuousMode = MAC;
   Packet = MAC;