• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-04-16 12:43:36 -05:00
0eab8a0bfa Add retry mechanism for speed test in runtest.sh and update settings for max retries and delay
yaro pushed to main at yaro/wifi_test 2025-04-16 11:55:08 -05:00
9d446b6353 Refactor client counting in get_clients_on_ap to use defaultdict for improved accuracy and stability
yaro pushed to main at yaro/wifi_test 2025-04-16 11:36:06 -05:00
a951a5eb62 Remove debug output of settings variables in runtest.sh for cleaner execution
yaro pushed to main at yaro/wifi_test 2025-04-16 11:22:34 -05:00
53ec21227c Enhance error handling and debugging in analyze_pcap for SSID and Cisco client count extraction
yaro pushed to main at yaro/wifi_test 2025-04-16 11:18:07 -05:00
dd82940684 Refactor SSID and Cisco client count extraction in analyze_pcap for improved reliability and error handling
yaro pushed to main at yaro/wifi_test 2025-04-16 11:07:00 -05:00
3c9fe372ad Update tag extraction in analyze_pcap to use internal field access for improved reliability
a77c448503 Rename 'CiscoReportedClients' to 'CiscoAvgReportedClients' for consistency in main output
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-16 11:02:09 -05:00
ccbe5b92a1 Add Cisco client count parsing and update return values in analyze_pcap
yaro pushed to main at yaro/wifi_test 2025-04-16 10:48:57 -05:00
78a6b225fc Refactor SSID extraction in analyze_pcap to handle tags and improve error handling
yaro pushed to main at yaro/wifi_test 2025-04-16 10:37:30 -05:00
33e6fb35c9 Add debug print statement for management frame fields in analyze_pcap
yaro pushed to main at yaro/wifi_test 2025-04-16 10:31:28 -05:00
d255618f0e Add debug statements for SSID handling in analyze_pcap
yaro pushed to main at yaro/wifi_test 2025-04-16 10:25:23 -05:00
57c9532b88 Refactor analyze_pcap to improve layer checks and SSID extraction handling
yaro pushed to main at yaro/wifi_test 2025-04-16 10:18:48 -05:00
7fbdcb310a Add debug print statements for SSID to BSSID mappings in analyze_pcap
yaro pushed to main at yaro/wifi_test 2025-04-16 10:12:51 -05:00
c4e36048e5 Add debug statements to analyze_pcap for missing packet layers
yaro pushed to main at yaro/wifi_test 2025-04-16 10:02:19 -05:00
63a5bbba09 Add debug print statement to display packet layers in analyze_pcap
d16d4bc171 Add debug print statement for missing packet layers in analyze_pcap
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-16 09:55:37 -05:00
5af62780ef Fix analyze_pcap to handle SSID extraction without stripping whitespace
yaro pushed to main at yaro/wifi_test 2025-04-16 08:50:48 -05:00
412d8762a5 Enhance analyze_pcap function to track SSIDs and BSSIDs, and collect signal strengths for improved analysis
yaro pushed to main at yaro/wifi_test 2025-04-15 11:17:06 -05:00
4154578c4e Refactor analyze_pcap to remove congestion score placeholder and update return values for clarity
yaro pushed to main at yaro/wifi_test 2025-04-15 10:52:59 -05:00
ff55e1746c Remove debug print statement from get_aps function to clean up output
yaro pushed to main at yaro/wifi_test 2025-04-15 10:49:21 -05:00
b6d6b8989a Fix get_aps_on_channel to call get_aps directly; remove redundant return statement
yaro pushed to main at yaro/wifi_test 2025-04-15 10:46:00 -05:00
6f83109579 Implement get_aps and get_unlinked_devices functions; refactor get_aps_on_channel for improved clarity and functionality