mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
The /wifi/v2/clients endpoint was returning all clients regardless of query parameters, because a duplicate route in wifi.py took precedence over the filtered one in wifi_v2.py. Added bssid, associated, and min_rssi filtering to the active route. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>