Comments for Doxygen
FossilOrigin-Name: a8d536c5a89da4e4d2d160ae7c723e49ddca1ab67702fbb7aa178bdb5e1281b7
This commit is contained in:
parent
6e80db268c
commit
427adcbb4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user