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

Function currentModeString

src/modules/wifi/sniffer.cpp:622–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622static String currentModeString() {
623 switch (currentMode) {
624 case SnifferMode::Full: return "Full Sniff";
625 case SnifferMode::DeauthOnly: return "Deauth Frames";
626 default: return "EAPOL/Handshakes";
627 }
628}
629
630static bool ensureSnifferBackend() {
631 if (!fileMutex) { fileMutex = xSemaphoreCreateMutexStatic(&fileMutexBuffer); }

Callers 1

sniffer_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected