Some Doxygen fixes.
This commit is contained in:
@@ -79,6 +79,7 @@ struct radius_server_t {
|
||||
* @param server server address
|
||||
* @param port server port
|
||||
* @param nas_identifier NAS-Identifier to use with this server
|
||||
* @param secret secret to use with this server
|
||||
* @param sockets number of sockets to create in pool
|
||||
* @param preference preference boost for this server
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup eap_tls eap_tls
|
||||
* @defgroup eap_tls_i eap_tls
|
||||
* @{ @ingroup eap_tls
|
||||
*/
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ struct tls_prf_t {
|
||||
/**
|
||||
* Create a tls_prf instance with specific algorithm as in TLS 1.2.
|
||||
*
|
||||
* @param hash underlying PRF function to use
|
||||
* @param prf underlying PRF function to use
|
||||
* @return TLS PRF algorithm
|
||||
*/
|
||||
tls_prf_t *tls_prf_create_12(pseudo_random_function_t prf);
|
||||
|
||||
Reference in New Issue
Block a user