Signed-off-by: Leon M. George <leon@xxxxxxxxxxxxx> --- src/ap/wpa_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index c56077001..db3d451bb 100644 --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c @@ -979,7 +979,7 @@ void wpa_receive(struct wpa_authenticator *wpa_auth, (unsigned int) mic_len, key_data_length); wpa_hexdump(MSG_MSGDUMP, "WPA: EAPOL-Key header (ending before Key MIC)", - key, sizeof(*key)); + (const u8 *) key, sizeof(*key)); wpa_hexdump(MSG_MSGDUMP, "WPA: EAPOL-Key Key MIC", mic, mic_len); if (key_data_length > data_len - sizeof(*hdr) - keyhdrlen) { -- 2.22.0 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap