mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
4ea691a4b1
Replace four sequential list comprehensions (band → security → hidden → min_rssi) with a single pass using a helper function. Reduces algorithmic complexity from O(4n) to O(n) when multiple filters are applied. All WiFi tests pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>