summaryrefslogtreecommitdiff
path: root/cesar/common/defs/homeplugAV.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-04-15 16:46:45 +0200
committerNélio Laranjeiro2011-04-20 18:05:53 +0200
commit75222b5d11f8e99859b976834ea4ac223a5393c8 (patch)
treecd9b04abb07d89c064d48a067778a13e09287f16 /cesar/common/defs/homeplugAV.h
parent1b04860048fd7cb6a56bdb969558a9509785d255 (diff)
cesar/cp/sta/mgr: change last_seen_ms to expired_date_ms, refs #2196
This renames last_seen_ms of cp_sta_t to expired_date_ms. This date is the date of last Beacon/MME reception from the station + Discovered_List_Expire_Time.
Diffstat (limited to 'cesar/common/defs/homeplugAV.h')
-rw-r--r--cesar/common/defs/homeplugAV.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/common/defs/homeplugAV.h b/cesar/common/defs/homeplugAV.h
index ef15f43cb5..0a06f7da7c 100644
--- a/cesar/common/defs/homeplugAV.h
+++ b/cesar/common/defs/homeplugAV.h
@@ -102,4 +102,7 @@ typedef enum hpav_access_t hpav_access_t;
/** SNID bound value (bound value is excluded). */
#define HPAV_SNID_NB 16
+/** Discovered_List_Expire_Time */
+#define HPAV_DISCOVERED_LIST_EXPIRE_TIME_MS 180000
+
#endif /* common_defs_homeplugAV_h */