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>
This commit is contained in:
Alexis La Goutte 2020-03-23 07:59:55 +00:00 committed by Anders Broman
parent 3b3a978d26
commit 52a782d653
1 changed files with 0 additions and 8 deletions

View File

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