Fixed number of doxygen warnings
This commit is contained in:
parent
a4149765a2
commit
a17df5fb8b
13 changed files with 21 additions and 13 deletions
|
@ -68,7 +68,7 @@ EapType eap_server_get_type(const char *name, int *vendor)
|
|||
* EAP_SERVER_METHOD_INTERFACE_VERSION)
|
||||
* @vendor: EAP Vendor-ID (EAP_VENDOR_*) (0 = IETF)
|
||||
* @method: EAP type number (EAP_TYPE_*)
|
||||
* name: Name of the method (e.g., "TLS")
|
||||
* @name: Name of the method (e.g., "TLS")
|
||||
* Returns: Allocated EAP method structure or %NULL on failure
|
||||
*
|
||||
* The returned structure should be freed with eap_server_method_free() when it
|
||||
|
|
|
@ -996,6 +996,7 @@ eap_sim_db_add_reauth_data(struct eap_sim_db_data *data, const u8 *identity,
|
|||
* @reauth_id: reauth_id for this user. This needs to be an allocated buffer,
|
||||
* e.g., return value from eap_sim_db_get_next_reauth_id(). Caller must not
|
||||
* free it.
|
||||
* @counter: AT_COUNTER value for fast re-authentication
|
||||
* @mk: 16-byte MK from the previous full authentication or %NULL
|
||||
* Returns: 0 on success, -1 on failure
|
||||
*
|
||||
|
@ -1031,7 +1032,10 @@ int eap_sim_db_add_reauth(void *priv, const u8 *identity,
|
|||
* @reauth_id: reauth_id for this user. This needs to be an allocated buffer,
|
||||
* e.g., return value from eap_sim_db_get_next_reauth_id(). Caller must not
|
||||
* free it.
|
||||
* @k_re: 32-byte K_re from the previous full authentication or %NULL
|
||||
* @counter: AT_COUNTER value for fast re-authentication
|
||||
* @k_encr: K_encr from the previous full authentication
|
||||
* @k_aut: K_aut from the previous full authentication
|
||||
* @k_re: 32-byte K_re from the previous full authentication
|
||||
* Returns: 0 on success, -1 on failure
|
||||
*
|
||||
* This function adds a new re-authentication entry for an EAP-AKA' user.
|
||||
|
@ -1095,7 +1099,6 @@ const u8 * eap_sim_db_get_permanent(void *priv, const u8 *identity,
|
|||
* @identity: Identity of the user (may be permanent identity, pseudonym, or
|
||||
* reauth_id)
|
||||
* @identity_len: Length of identity
|
||||
* @len: Buffer for length of the returned permanent identity
|
||||
* Returns: Pointer to the re-auth entry, or %NULL if not found
|
||||
*/
|
||||
struct eap_sim_reauth *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue