Skip to content

Commit

Permalink
serial number printf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soxrok2212 committed Apr 21, 2015
1 parent ae579a1 commit f767655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wps/wps_dev_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static int wps_process_serial_number(struct wps_device_data *dev,
wpa_hexdump_ascii(MSG_DEBUG, "WPS: Serial Number", str, str_len);

/****** ADD THIS PART ******/
printf("[P] WPS Model Serial Number: ");
printf("[P] Access Point Serial Number: ");
int pixiecnt = 0;
for (; pixiecnt < str_len; pixiecnt++) {
printf("%c", (char *) str[pixiecnt]);
Expand Down

0 comments on commit f767655

Please sign in to comment.