This commit is contained in:
pvvx 2017-04-02 21:42:18 +03:00
parent d7bf8681b3
commit 8a03c98d0a
2 changed files with 5 additions and 4 deletions

View file

@ -741,8 +741,8 @@ void fATSF(int argc, char *argv[])
/* -------- WiFi Scan ------------------------------- */
unsigned char *tab_txt_rtw_secyrity[] = {
"OPEN ",
"WEP ",
"OPEN ",
"WEP ",
"WPA TKIP",
"WPA AES",
"WPA2 AES",
@ -817,7 +817,7 @@ void fATSN(int argc, char *argv[])
};
vPortFree(channel_list);
} else {
printf(" ERROR: Can't malloc memory for channel list\n");
printf("ERROR: Can't malloc memory for channel list\n");
};
}