• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-05-02 09:37:33 -05:00
cf3c235415 Fix channel tracking for clients by using packet channel if available
yaro pushed to main at yaro/wifi_test 2025-05-02 09:27:54 -05:00
07cbb5c62c Add debug print statement to display clients for each AP in deadpoint check
yaro pushed to main at yaro/wifi_test 2025-05-02 09:17:09 -05:00
95c7225628 Track clients communicating with known APs instead of just the target AP
yaro pushed to main at yaro/wifi_test 2025-05-02 09:05:03 -05:00
89c210bc9c Add channel frequency handling and enhance deadpoint detection logic
yaro pushed to main at yaro/wifi_test 2025-05-02 08:47:58 -05:00
6ae40ca9c5 Add channel hopping feature and track channels for detected APs
yaro pushed to main at yaro/wifi_test 2025-05-01 15:29:56 -05:00
2e3484ed83 Enhance suspect AP reporting by including multiple classification reasons
yaro pushed to main at yaro/wifi_test 2025-05-01 15:09:27 -05:00
460643b1eb Enhance suspect AP reporting by adding reason for classification
yaro pushed to main at yaro/wifi_test 2025-05-01 15:01:35 -05:00
4ed8082481 Add tracking for deadpoint candidates and unlinked devices in AP detection
yaro pushed to main at yaro/wifi_test 2025-05-01 14:21:32 -05:00
fdc38e6413 Add support for including probe responses in AP detection and implement suspect SSID reporting
yaro pushed to main at yaro/wifi_test 2025-05-01 13:18:57 -05:00
baa3e864bb Add channel argument to main function for monitor interface configuration
yaro pushed to main at yaro/wifi_test 2025-05-01 13:04:16 -05:00
67213136e1 Add final AP count summary to main function and remove debug print for beacon frames
yaro pushed to main at yaro/wifi_test 2025-05-01 11:24:02 -05:00
c3df0d124f Enhance AP detection by counting beacon frames before adding to the list of seen APs
yaro pushed to main at yaro/wifi_test 2025-05-01 11:14:39 -05:00
47b7f4f818 Add debug logging for beacon frames in handle_packet to track AP SSIDs
yaro pushed to main at yaro/wifi_test 2025-05-01 11:07:31 -05:00
a81321436a Refactor handle_packet to detect APs using only beacon frames and improve unicast client counting logic.
yaro pushed to main at yaro/wifi_test 2025-05-01 10:53:04 -05:00
7be1b48831 Refactor client tracking in handle_packet to improve clarity and add debug logging for counted clients.
yaro pushed to main at yaro/wifi_test 2025-05-01 10:45:43 -05:00
021ea90d9a Refactor client tracking in handle_packet to simplify logic and ensure unicast clients are counted correctly, excluding the target AP BSSID.
yaro pushed to main at yaro/wifi_test 2025-05-01 10:29:11 -05:00
7d9e33e9ea Fix regex in get_connected_bssid to match MAC addresses case-insensitively and ensure consistent formatting.
yaro pushed to main at yaro/wifi_test 2025-05-01 10:25:44 -05:00
9665180077 Enhance BSSID retrieval in get_connected_bssid function using regex for improved accuracy; clean up imports.
yaro pushed to main at yaro/wifi_test 2025-05-01 10:22:19 -05:00
7daa6e1543 Refactor ap_clients initialization to use nested defaultdict for improved structure
yaro pushed to main at yaro/wifi_test 2025-05-01 10:19:12 -05:00
458c69cca4 Remove redundant client-AP relationship guessing logic from packet handling
c12bdb80e3 Refactor client tracking to use defaultdict for improved counting; update metrics to reflect active clients per AP.
Compare 2 commits »