summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/mgr/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/mgr/inc')
-rw-r--r--cesar/cp/sta/mgr/inc/net.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/cp/sta/mgr/inc/net.h b/cesar/cp/sta/mgr/inc/net.h
index 5439efd320..0019fb7730 100644
--- a/cesar/cp/sta/mgr/inc/net.h
+++ b/cesar/cp/sta/mgr/inc/net.h
@@ -49,6 +49,9 @@ struct cp_net_t
/** AVLN slot id. */
u8 avln_slot_id;
+ /** Number of beacon slots in the AVLN. */
+ u8 avln_num_slots;
+
/**
* Slot usage mask read in the AVLN central beacon.
*/
@@ -79,6 +82,11 @@ struct cp_net_t
* Number of associated stations in the net.
*/
uint num_associated_stas;
+
+ /**
+ * Hybrid mode of the avln.
+ */
+ mac_coexistence_mode_t hm;
};
BEGIN_DECLS