Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 1, 2017
1 parent 0abefd8 commit 1edc924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/rlm_eap/lib/sim/decode.c
Expand Up @@ -287,7 +287,8 @@ static int fr_sim_array_members(size_t *out, size_t len, fr_dict_attr_t const *d
* @param[in] cursor to addd new attributes to.
* @param[in] parent the current attribute TLV attribute we're processing.
* @param[in] data to parse. Points to the data field of the attribute.
* @param[in] data_len length of packet_ctx TLV.
* @param[in] attr_len length of the TLV attribute.
* @param[in] data_len remaining data in the packet.
* @param[in] decoder_ctx IVs, keys etc...
* @return
* - Length on success.
Expand Down Expand Up @@ -697,7 +698,6 @@ ssize_t fr_sim_decode_pair(TALLOC_CTX *ctx, vp_cursor_t *cursor,
* SIM/AKA/AKA' packet.
*
* @param[in] request the current request.
* @param[in] parent the root of the dictionary.
* @param[in] decoded where to write decoded attributes.
* @param[in] data to convert to pairs.
* @param[in] data_len length of data to convert.
Expand Down

0 comments on commit 1edc924

Please sign in to comment.