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

Method processProbeResponse

src/modules/wifi/karma_attack.cpp:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void ActiveBroadcastAttack::processProbeResponse(const String &ssid, const String &mac) {
434 if (!config.respondToProbes) return;
435 recordResponse(ssid);
436 if (config.prioritizeResponses) addHighPrioritySSID(ssid);
437 if (stats.ssidResponseCount[ssid] >= 1) launchAttackForResponse(ssid, mac);
438}
439
440BroadcastStats ActiveBroadcastAttack::getStats() const { return stats; }
441

Callers 2

processQueuedProbeEventsFunction · 0.80
handleBroadcastResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected