]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Wed, 31 Jan 2018 22:32:50 +0000 (17:32 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 31 Jan 2018 22:32:50 +0000 (17:32 -0500)
src/modules/rlm_eap/rlm_eap.c

index 8b6384e6142426e9e67b04774430848e90519e00..1747d713b87acd9adae21ac4c51c2b37d774a0ac 100644 (file)
@@ -316,7 +316,8 @@ static eap_type_t eap_process_nak(rlm_eap_t *inst, REQUEST *request,
  * @param[in] request  The current request.
  * @param[in] instance of the rlm_eap module.
  * @param[in] thread   UNUSED.
- * @param[in] uctx     containing the result of calling the submodule.
+ * @param[in] eap_session the EAP session
+ * @param[in] result   the input result from the submodule
  * @return
  *     - RLM_MODULE_INVALID    if the request or EAP session state is invalid.
  *     - RLM_MODULE_OK         if this round succeeded.