dot11decrypt_util (crypt): Fix -Wdocumentation Warning

Fix parameter 's0kd_id_len' not found in the function declaration [-Wdocumentation]
This commit is contained in:
Alexis La Goutte 2021-09-01 16:01:46 +00:00 committed by Wireshark GitLab Utility
parent 7083e70842
commit 746585fe70
1 changed files with 0 additions and 1 deletions

View File

@ -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