summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/inc/interface.h')
-rw-r--r--cesar/bsu/inc/interface.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cesar/bsu/inc/interface.h b/cesar/bsu/inc/interface.h
index 1f5af18ee0..9d49f19d94 100644
--- a/cesar/bsu/inc/interface.h
+++ b/cesar/bsu/inc/interface.h
@@ -16,6 +16,18 @@
BEGIN_DECLS
/**
+ * Send a copy of the beacon to the upper layer.
+ * \param ctx the module context.
+ * \param beacon the beacon structure to fill.
+ * \param direction the reception or transmission.
+ * \param avln structure to get the beacon.
+ */
+void
+bsu_beacon_send_upper_layer (
+ bsu_t *ctx, bsu_beacon_direction_t direction,
+ bsu_beacon_t *beacon, bsu_avln_t *avln);
+
+/**
* Send a beacon over the medium.
* \param ctx the bsu context.
* \param beacon_type the beacon type to send.