aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-03-23 07:59:55 +0000
committerAnders Broman <a.broman58@gmail.com>2020-03-23 08:47:37 +0000
commit52a782d653521b19da697c1e55fda8da29f1d5a9 (patch)
treeae2d2511ef5f2553fc74acdb54730ef7c1930c38
parent3b3a978d2632acb20bc4aee238a3708bee1ee3a9 (diff)
dot11crypt_system(.h): fix Wdocumentation
dot11decrypt_system.h:274:11: warning: parameter 'decrypt_data' not found in the function declaration [-Wdocumentation] dot11decrypt_system.h:277:11: warning: parameter 'decrypt_len' not found in the function declaration [-Wdocumentation] dot11decrypt_system.h:279:11: warning: parameter 'key' not found in the function declaration [-Wdocumentation] Change-Id: I9a0d1dd29ddd130b9425a38645777e4eb05e9fa3 Reviewed-on: https://code.wireshark.org/review/36540 Reviewed-by: Mikael Kanstrup <mikael.kanstrup@sony.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/crypt/dot11decrypt_system.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/epan/crypt/dot11decrypt_system.h b/epan/crypt/dot11decrypt_system.h
index c0c082d4ae..a94281e3d0 100644
--- a/epan/crypt/dot11decrypt_system.h
+++ b/epan/crypt/dot11decrypt_system.h
@@ -271,14 +271,6 @@ Dot11DecryptDecryptKeyData(PDOT11DECRYPT_CONTEXT ctx,
* @param tot_len [IN] Total length of the EAPOL frame
* @param bssid [IN] bssid of AP
* @param sta [IN] sta MAC address
- * @param decrypt_data [OUT] Pointer to a buffer that will contain
- * the decrypted EAPOL keydata if it was encrypted. Must have room for at
- * least DOT11DECRYPT_EAPOL_MAX_LEN bytes.
- * @param decrypt_len [OUT] Length of decrypted EAPOL key data. 0 if keydata
- * was not encrypted.
- * @param key [OUT] Pointer to a preallocated key structure containing
- * the key used during the decryption process (if done). If this parameter
- * is set to NULL, the key will be not returned.
* @return
* - DOT11DECRYPT_RET_REQ_DATA: Required data is not available and the
* processing must be interrupted