From 427adcbb4c65dc4fe5bae44664b4f90c51551ffe Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 21 Mar 2016 18:59:50 +0000 Subject: [PATCH] Comments for Doxygen FossilOrigin-Name: a8d536c5a89da4e4d2d160ae7c723e49ddca1ab67702fbb7aa178bdb5e1281b7 --- src/cw/capwap.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/cw/capwap.h b/src/cw/capwap.h index c339e18c..e5d6acdc 100644 --- a/src/cw/capwap.h +++ b/src/cw/capwap.h @@ -378,9 +378,18 @@ CW_MSG_MAXMSG = 26 -/* AC descriptor security flags */ -#define AC_SECURITY_X 2 /* X.509 */ -#define AC_SECURITY_S 4 /* PSK support */ +/** + * @defgroup ACSECURITY Security Flags used in AC Descriptor + * @{ + */ +/** X.509 Support */ +#define AC_SECURITY_X 2 +/* PSK Support */ +#define AC_SECURITY_S 4 +/** + * @} + */ + /** * @defgroup ACDTLSPOLICY AC DTLS Policy Flags