summaryrefslogtreecommitdiff
path: root/cesar/mac/common
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-12-05 16:32:01 +0100
committerThierry Carré2012-05-10 17:02:54 +0200
commit0cc3ff2bad636a45886bc07efcba9e31d5b10677 (patch)
tree7478a48330ac68cf1e991f89d39bbad8d8c3a8d6 /cesar/mac/common
parent14fe211e81903d8dd5f8709d977bca901c9d681e (diff)
cesar: replace BSU_BEACON_NM and CP_NET_NM by MAC_NM
Diffstat (limited to 'cesar/mac/common')
-rw-r--r--cesar/mac/common/defs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cesar/mac/common/defs.h b/cesar/mac/common/defs.h
index eb6c79b9a7..867832e951 100644
--- a/cesar/mac/common/defs.h
+++ b/cesar/mac/common/defs.h
@@ -115,6 +115,17 @@ enum mac_coexistence_mode_t
};
typedef enum mac_coexistence_mode_t mac_coexistence_mode_t;
+/** Network modes. */
+enum mac_network_mode_t
+{
+ MAC_NM_UNCOORDINATED,
+ MAC_NM_COORDINATED,
+ MAC_NM_CSMA_ONLY,
+ MAC_NM_NB,
+};
+typedef enum mac_network_mode_t mac_network_mode_t;
+
+
/** Encryption Key Select. */
enum mac_eks_t
{