summaryrefslogtreecommitdiff
path: root/cp/beacon/forward.h
blob: b5f22d9f07298a59ef4d4efae9d39e2ca83981a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef cp_beacon_forward_h
#define cp_beacon_forward_h
/* Cesar project {{{
 *
 * Copyright (C) 2008 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/beacon/forward.h
 * \brief   forward declarations. 
 * \ingroup cp_beacon
 *
 */

typedef struct cp_beacon_t cp_beacon_t;
typedef struct cp_beacon_desc_t cp_beacon_desc_t;
typedef struct cp_beacon_common_t cp_beacon_common_t;
typedef struct cp_beacon_desc_alloc_t cp_beacon_desc_alloc_t;
typedef struct cp_beacon_payload_t cp_beacon_payload_t;
typedef struct cp_pw_line_t cp_pw_line_t;
typedef struct cp_beacon_frame_control_t cp_beacon_frame_control_t;


typedef struct cp_bentry_sai_stpf_t cp_bentry_sai_stpf_t;
typedef struct cp_bentry_sai_t cp_bentry_sai_t;
typedef struct cp_bentry_persistent_schedule_struct_t cp_bentry_persistent_schedule_struct_t;
typedef struct cp_bentry_discover_info_struct_t cp_bentry_discover_info_struct_t;
typedef struct cp_bentry_key_change_struct_t cp_bentry_key_change_struct_t;
typedef struct cp_bentry_handover_struct_t cp_bentry_handover_struct_t; 
typedef struct cp_bentry_hm_struct_t cp_bentry_hm_struct_t;
typedef struct cp_bentries_data_t cp_bentries_data_t;

#endif /* cp_beacon_forward_h */