2013-05-01 14:52:55 +02:00
|
|
|
#ifndef __CAPWAP_ERROR_HEADER__
|
|
|
|
#define __CAPWAP_ERROR_HEADER__
|
|
|
|
|
|
|
|
#define CAPWAP_SUCCESSFUL 0
|
2014-06-07 22:37:19 +02:00
|
|
|
#define CAPWAP_GENERIC_ERROR -1
|
|
|
|
#define CAPWAP_ASSERT_CONDITION -2
|
2013-05-01 14:52:55 +02:00
|
|
|
#define CAPWAP_OUT_OF_MEMORY -2
|
|
|
|
#define CAPWAP_REQUEST_ROOT -3
|
|
|
|
#define CAPWAP_CRYPT_ERROR -4
|
2013-06-16 12:09:57 +02:00
|
|
|
#define CAPWAP_DAEMON_ERROR -5
|
2013-05-01 14:52:55 +02:00
|
|
|
|
|
|
|
#endif /* __CAPWAP_ERROR_HEADER__*/
|