• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-04-17 14:56:27 -05:00
673dd51226 Fix SSID metrics file naming to ensure proper CSV extension handling
yaro pushed to main at yaro/wifi_test 2025-04-17 14:04:21 -05:00
287ec036eb Enhance analyze_pcap function to track hidden SSIDs and Cisco client counts; update SSID metrics file attachment in runtest.sh for improved reporting.
yaro pushed to main at yaro/wifi_test 2025-04-17 13:35:11 -05:00
51312b04de Rename 'NumberofBSSIDs' to 'NumberofBSSIDsOnSSID' for clarity in metrics reporting; remove debug flag setting in runtest.sh for cleaner execution.
yaro pushed to main at yaro/wifi_test 2025-04-17 10:29:26 -05:00
58abd38c3c Add SSID summary generation and export to analyze_pcap function for enhanced metrics reporting
yaro pushed to main at yaro/wifi_test 2025-04-17 10:13:01 -05:00
246dfb7aee Enhance analyze_pcap function to return additional SSID metrics including number of BSSIDs, average signal, max signal, and number of channels for improved analysis.
yaro pushed to main at yaro/wifi_test 2025-04-16 16:00:59 -05:00
cc4f4f0adb Define FAILURE_LOG variable for consistent failure log file naming
yaro pushed to main at yaro/wifi_test 2025-04-16 15:31:43 -05:00
03e4d95f2d Add debug output for email attachments in runtest.sh for better traceability
yaro pushed to main at yaro/wifi_test 2025-04-16 14:44:59 -05:00
7ff3703326 Fix attachment flag formatting in email sending logic for correct attachment handling
yaro pushed to main at yaro/wifi_test 2025-04-16 14:08:31 -05:00
a989ddcff0 Remove debug output for enrich.py execution in runtest.sh for cleaner logs
yaro pushed to main at yaro/wifi_test 2025-04-16 13:49:55 -05:00
32640267b2 Add debug output for enrich.py execution in runtest.sh for better traceability
yaro pushed to main at yaro/wifi_test 2025-04-16 12:56:53 -05:00
e698e25a5d Refactor email attachment handling in runtest.sh for improved clarity and reliability
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