summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/inc/intervals.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/bitloading/inc/intervals.h')
-rw-r--r--cesar/ce/rx/bitloading/inc/intervals.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cesar/ce/rx/bitloading/inc/intervals.h b/cesar/ce/rx/bitloading/inc/intervals.h
index 32a45535b6..37bfbbf066 100644
--- a/cesar/ce/rx/bitloading/inc/intervals.h
+++ b/cesar/ce/rx/bitloading/inc/intervals.h
@@ -24,6 +24,17 @@
BEGIN_DECLS
/**
+ * Get the list of tone map index used as default one or on any interval.
+ * \param sta station context.
+ * \param check_default true if you want to include tonemap index used as
+ * default one in result, false otherwise.
+ * \return a bit field list with a one when the tonemap index is used and
+ * zero when it is not.
+ */
+u32
+ce_rx_bl_intervals_get_tmi_used_list (sta_t *sta, bool check_default);
+
+/**
* Estimate the start and the end date of a PPDU.
* It transforms dates from rx_param in ATU.
* \param rx_param parameters of PPDU.