First commit

This commit is contained in:
vemax78
2013-05-01 14:52:55 +02:00
commit 7dd6d43954
148 changed files with 32283 additions and 0 deletions

10
src/common/capwap_error.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef __CAPWAP_ERROR_HEADER__
#define __CAPWAP_ERROR_HEADER__
#define CAPWAP_SUCCESSFUL 0
#define CAPWAP_ASSERT_CONDITION -1
#define CAPWAP_OUT_OF_MEMORY -2
#define CAPWAP_REQUEST_ROOT -3
#define CAPWAP_CRYPT_ERROR -4
#endif /* __CAPWAP_ERROR_HEADER__*/