Browse Source

wlantest: Fix a copy-paste error in a debug message

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
7d2736795a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      wlantest/rx_eapol.c

+ 1 - 2
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));
 			 MAC2STR(bss->bssid));
 		wpa_hexdump(MSG_INFO, "RSN IE in EAPOL-Key",
 		wpa_hexdump(MSG_INFO, "RSN IE in EAPOL-Key",
 			    ie.rsn_ie, ie.rsn_ie_len);
 			    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,
 			    bss->rsnie[0] ? 2 + bss->rsnie[1] : 0);
 			    bss->rsnie[0] ? 2 + bss->rsnie[1] : 0);
 	}
 	}