Remove channel hop from targeted eapol

This commit is contained in:
Just Call Me Koko
2025-10-09 11:12:40 -04:00
parent 7045ce9380
commit ba9ec4023e
2 changed files with 1 additions and 6 deletions

View File

@@ -8707,11 +8707,6 @@ void WiFiScan::main(uint32_t currentTime)
#endif
}
else if (currentScanMode == WIFI_SCAN_ACTIVE_LIST_EAPOL) {
if (currentTime - initTime >= this->channel_hop_delay * 1000)
{
initTime = millis();
channelHop();
}
#ifdef HAS_SCREEN
eapolMonitorMain(currentTime);
#endif