mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
902a21fc40
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>