summaryrefslogtreecommitdiff
path: root/cesar/common/defs/eoc.h
blob: f7edcb7c15461705eefd1b456f4a3f942d3ebb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef common_defs_eoc_h
#define common_defs_eoc_h
/* Cesar project {{{
 *
 * Copyright (C) 2012 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    common/defs/eoc.h
 * \brief   EoC Specific values based from HPAV.
 * \ingroup common_defs
 */

/** Station presence timeout inside our AVLN. */
#define EOC_STA_PRESENCE_TIMEOUT_INSIDE_AVLN_MS 60000

#endif /* common_defs_eoc_h */