X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hostapd%2Fwps_hostapd.c;h=945e0959a6c3de615129a3149d1aae44f3dabdd5;hb=c94ec09ed39f5e5f40a967da80694ae501c7106b;hp=5de4d3cb52374bb356d0faf1a9d8d62747491d1e;hpb=b78bc3a37e6af1c7fb725e16def7de758dc0a73d;p=libeap.git diff --git a/hostapd/wps_hostapd.c b/hostapd/wps_hostapd.c index 5de4d3c..945e095 100644 --- a/hostapd/wps_hostapd.c +++ b/hostapd/wps_hostapd.c @@ -885,8 +885,8 @@ static int hostapd_rx_req_put_wlan_response( wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr=" MACSTR, ev_type, MAC2STR(mac_addr)); - wpa_hexdump_ascii(MSG_MSGDUMP, "WPS UPnP: PutWLANResponse NewMessage", - wpabuf_head(msg), wpabuf_len(msg)); + wpa_hexdump(MSG_MSGDUMP, "WPS UPnP: PutWLANResponse NewMessage", + wpabuf_head(msg), wpabuf_len(msg)); if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { wpa_printf(MSG_DEBUG, "WPS UPnP: Ignored unexpected " "PutWLANResponse WLANEventType %d", ev_type);