aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-09-01 16:01:46 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-03 04:46:34 +0000
commit746585fe7044c58a81c07335fb6442635453a4fc (patch)
tree90b62ad34215a372ac2377da9104dce8d60505c8 /epan/crypt
parent7083e7084217da8d4882ca3cb35824bb128e101c (diff)
dot11decrypt_util (crypt): Fix -Wdocumentation Warning
Fix parameter 's0kd_id_len' not found in the function declaration [-Wdocumentation]
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/dot11decrypt_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/crypt/dot11decrypt_util.c b/epan/crypt/dot11decrypt_util.c
index 9f316bae1b..60d0ac3da4 100644
--- a/epan/crypt/dot11decrypt_util.c
+++ b/epan/crypt/dot11decrypt_util.c
@@ -245,7 +245,6 @@ static gboolean sha256(const guint8 *data, size_t len, guint8 output[32])
* @param r0kh_id PMK-R0 key holder identifier in the Authenticator.
* @param r0kh_id_len Lenth of r0kh_id in bytes.
* @param s0kh_id PMK-R0 key holder in the Supplicant (STA mac address)
- * @param s0kd_id_len Length of s0kh_id in bytes.
* @param hash_algo Hash algorithm to use for the KDF.
* See gcrypt available hash algorithms:
* https://gnupg.org/documentation/manuals/gcrypt/Available-hash-algorithms.html