summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/aclf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/aclf/aclf.h')
-rw-r--r--cesar/bsu/aclf/aclf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/bsu/aclf/aclf.h b/cesar/bsu/aclf/aclf.h
index 8e24256672..f608dc3e0f 100644
--- a/cesar/bsu/aclf/aclf.h
+++ b/cesar/bsu/aclf/aclf.h
@@ -243,6 +243,14 @@ void
bsu_aclf_bpsd_avoid_overlap (bsu_aclf_t *ctx);
/**
+ * ACLF should extend beacon period
+ * \param ctx the module context.
+ * \param status true to start, false stop.
+ */
+void
+bsu_aclf_beacon_skew (bsu_aclf_t *ctx, bool status);
+
+/**
* Clear all data in BSU ACLF.
* \param ctx the module context.
*/