From: Jouni Malinen Date: Sun, 24 May 2015 10:44:42 +0000 (+0300) Subject: wlantest: Fix a copy-paste error in a debug message X-Git-Tag: hostap_2_5~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2736795a7ef327d2658b7a99ec93aff861cc9a;p=thirdparty%2Fhostap.git wlantest: Fix a copy-paste error in a debug message Signed-off-by: Jouni Malinen --- diff --git a/wlantest/rx_eapol.c b/wlantest/rx_eapol.c index 04ea6acb8..569cd3c03 100644 --- a/wlantest/rx_eapol.c +++ b/wlantest/rx_eapol.c @@ -661,8 +661,7 @@ static void rx_data_eapol_key_3_of_4(struct wlantest *wt, const u8 *dst, MAC2STR(bss->bssid)); wpa_hexdump(MSG_INFO, "RSN IE in EAPOL-Key", ie.rsn_ie, ie.rsn_ie_len); - wpa_hexdump(MSG_INFO, "RSN IE in (Re)Association " - "Request", + wpa_hexdump(MSG_INFO, "RSN IE in Beacon/Probe Response", bss->rsnie, bss->rsnie[0] ? 2 + bss->rsnie[1] : 0); }