• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-05-02 11:54:44 -05:00
1a884c8085 Refactor MAC vendor lookup to streamline vendor retrieval and improve debug logging
45b33dc48b Add debug print statement to MAC vendor lookup for troubleshooting
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-05-02 11:50:37 -05:00
bca346ac5a Add debug logging for MAC vendor lookup process
yaro pushed to main at yaro/wifi_test 2025-05-02 11:48:48 -05:00
7ccddd89c5 Add logging for MAC vendor lookup process
yaro pushed to main at yaro/wifi_test 2025-05-02 11:46:23 -05:00
ce437ca43c Add clarification note on ClientsOnAP exceeding ClientsOnChannel
yaro pushed to main at yaro/wifi_test 2025-05-02 11:28:13 -05:00
a5f8123c45 Refactor ClientsOnChannel metric calculation to simplify logic
d0a3561586 MAC Vendor Resolution (with local cache)
be2c674a2c Ensure ClientsOnChannel respects main interface’s channel
66496e1518 Optimize AP-client matching loop
231ce7e8b0 Association Frame Support (Augments client tracking)
Compare 5 commits »
yaro pushed to main at yaro/wifi_test 2025-05-02 10:49:29 -05:00
5c55276ef3 Update CSV metrics to include client counts and signal averages while reordering fields
yaro pushed to main at yaro/wifi_test 2025-05-02 10:40:44 -05:00
f95945883c Remove unused Cisco client metrics and update BSSID and channel counts in CSV output
yaro pushed to main at yaro/wifi_test 2025-05-02 10:33:35 -05:00
689fd80e29 Remove debug print statement for deadpoints with no clients
yaro pushed to main at yaro/wifi_test 2025-05-02 10:00:48 -05:00
2aca8df967 Add debug print statement for deadpoints with no clients
6160948d05 Refactor deadpoint candidate handling and update suspect AP flags
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-05-02 09:45:52 -05:00
b7864a537e Remove debug print statement for AP clients in deadpoint check
yaro pushed to main at yaro/wifi_test 2025-05-02 09:42:05 -05:00
fc1fdd4423 Update print_suspect_aps to iterate over known APs for suspicious SSID detection
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