Convert wpa_hexdump functions to use void pointer instead of u8 *
authorJouni Malinen <j@w1.fi>
Tue, 24 Dec 2013 21:12:37 +0000 (23:12 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 24 Dec 2013 21:12:37 +0000 (23:12 +0200)
commit35c200624e8e39d0a34149c832bf3762d543327e
tree040400164c4b9a1540f40405512430a48cfe50d8
parent5f9c134ab4fd6923249aef54d045143f7756c71b
Convert wpa_hexdump functions to use void pointer instead of u8 *

This removes need for ugly typecasts for some debug prints.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/utils/wpa_debug.c
src/utils/wpa_debug.h