Fixed bug in start beacon

This commit is contained in:
Spacehuhn
2021-01-18 13:54:23 +01:00
parent 1b95cda089
commit e30db442c8

View File

@@ -356,7 +356,7 @@ namespace cli {
" n: No",
"n",
(res == String('y') || res == String('n')));
if (res == String('y')) cmd += " -scan";
if (res == String('y')) cmd += " -auth";
}
} else if (res == "deauth") {
{ // Target