diff options
author | Jouni Malinen <j@w1.fi> | 2015-05-24 10:44:42 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-05-24 10:44:42 (GMT) |
commit | 7d2736795a7ef327d2658b7a99ec93aff861cc9a (patch) | |
tree | 40b5c64309b6ea8163a1ebc7e6bb7433082abe4e /wlantest | |
parent | efe353d1aa94f97a04be4e154f06ba35fe2d800b (diff) | |
download | hostap-7d2736795a7ef327d2658b7a99ec93aff861cc9a.zip hostap-7d2736795a7ef327d2658b7a99ec93aff861cc9a.tar.gz hostap-7d2736795a7ef327d2658b7a99ec93aff861cc9a.tar.bz2 |
wlantest: Fix a copy-paste error in a debug message
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wlantest')
-rw-r--r-- | wlantest/rx_eapol.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wlantest/rx_eapol.c b/wlantest/rx_eapol.c index 04ea6ac..569cd3c 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); } |