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