summaryrefslogtreecommitdiff
path: root/cesar/common
diff options
context:
space:
mode:
authorMilenko Jelisavcic2012-09-26 13:43:31 +0200
committerMilenko Jelisavcic2012-10-19 10:57:28 +0200
commit499b914e7a8f01cd2e3539695728ffe845836065 (patch)
treed022e0e19fad319fe1330befacddce9afc5bf061 /cesar/common
parent52d71eb998c3cc96091b8c0a21167d97a2f7cf06 (diff)
cesar{common,mac}: define max number of stations
Diffstat (limited to 'cesar/common')
-rw-r--r--cesar/common/defs/homeplugAV.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/common/defs/homeplugAV.h b/cesar/common/defs/homeplugAV.h
index 17a365d710..e55aba6a7b 100644
--- a/cesar/common/defs/homeplugAV.h
+++ b/cesar/common/defs/homeplugAV.h
@@ -123,4 +123,11 @@ typedef enum hpav_access_t hpav_access_t;
/** Station presence timeout inside our AVLN. */
#define HPAV_STA_PRESENCE_TIMEOUT_INSIDE_AVLN_MS 180000
+/** Maximum number of TEI-s (round to 32).
+ * TEI = 0 UNASSOC.
+ * TEI = 0xFF BROADCAST.
+ * Max stations count = 254.
+ */
+#define HPAV_TEI_NB 256
+
#endif /* common_defs_homeplugAV_h */