net/credman : Update documentation
This commit is contained in:
parent
1ad76240c5
commit
b898c65ecf
@ -34,12 +34,18 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup net_credman_conf (D)TLS Credential Manager compile configurations
|
||||||
|
* @ingroup config
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief Maximum number of credentials in credential pool
|
* @brief Maximum number of credentials in credential pool
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIG_CREDMAN_MAX_CREDENTIALS
|
#ifndef CONFIG_CREDMAN_MAX_CREDENTIALS
|
||||||
#define CONFIG_CREDMAN_MAX_CREDENTIALS (2)
|
#define CONFIG_CREDMAN_MAX_CREDENTIALS (2)
|
||||||
#endif
|
#endif
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Buffer of the credential
|
* @brief Buffer of the credential
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user