]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wlantest: Fix a copy-paste error in a debug message
authorJouni Malinen <j@w1.fi>
Sun, 24 May 2015 10:44:42 +0000 (13:44 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 24 May 2015 10:44:42 +0000 (13:44 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
wlantest/rx_eapol.c

index 04ea6acb874784efc9ee46faf3d3921cab8db292..569cd3c03a3592bad95b03ca0eaf2e5b545c1e64 100644 (file)
@@ -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);
        }