MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getProgressString

Method getProgressString

src/modules/wifi/karma_attack.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358String ActiveBroadcastAttack::getProgressString() const {
359 return String(ssidsProcessed) + "/" + String(totalSSIDsInFile);
360}
361
362void ActiveBroadcastAttack::start() {
363 size_t total = SSIDDatabase::getCount();

Callers 2

updateKarmaDisplayFunction · 0.80
karma_setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected