diff options
author | Jouni Malinen <j@w1.fi> | 2009-01-04 15:07:54 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-01-04 15:07:54 +0200 |
commit | b39d1280a7c9338171916fb7be1cdeddb8af1062 (patch) | |
tree | 7dbc7c9e14f6d2cfa489191bfefa5828bd095092 /src/crypto | |
parent | f565d71ac973c571d7658e8a8dd37ac4116969de (diff) | |
download | external_wpa_supplicant_8_ti-b39d1280a7c9338171916fb7be1cdeddb8af1062.zip external_wpa_supplicant_8_ti-b39d1280a7c9338171916fb7be1cdeddb8af1062.tar.gz external_wpa_supplicant_8_ti-b39d1280a7c9338171916fb7be1cdeddb8af1062.tar.bz2 |
Silenced number of Doxygen warnings
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/ms_funcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/ms_funcs.c b/src/crypto/ms_funcs.c index cb8e72d..c14af64 100644 --- a/src/crypto/ms_funcs.c +++ b/src/crypto/ms_funcs.c @@ -164,7 +164,7 @@ void generate_nt_response_pwhash(const u8 *auth_challenge, * @username: 0-to-256-char UserName (IN) * @username_len: Length of username * @response: 20-octet AuthenticatorResponse (OUT) (note: this value is usually - * encoded as a 42-octet ASCII string (S=<hexdump of response>) + * encoded as a 42-octet ASCII string (S=hexdump_of_response) */ void generate_authenticator_response_pwhash( const u8 *password_hash, @@ -219,7 +219,7 @@ void generate_authenticator_response_pwhash( * @username: 0-to-256-char UserName (IN) * @username_len: Length of username * @response: 20-octet AuthenticatorResponse (OUT) (note: this value is usually - * encoded as a 42-octet ASCII string (S=<hexdump of response>) + * encoded as a 42-octet ASCII string (S=hexdump_of_response) */ void generate_authenticator_response(const u8 *password, size_t password_len, const u8 *peer_challenge, |