• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-04-22 08:44:26 -05:00
7be1550278 Enhance analyze_pcap function to store multiple SSID encryption statuses and update summary output
e0e6bd6a99 Refactor run_iperf function to parse JSON output and improve error logging
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-22 08:13:30 -05:00
3f27473357 Initialize ssid_encryption_status dictionary in analyze_pcap function for tracking SSID encryption status
yaro pushed to main at yaro/wifi_test 2025-04-21 16:07:03 -05:00
595a4b8774 Fix handling of SSID encryption status in analyze_pcap function to prevent overwriting existing values
yaro pushed to main at yaro/wifi_test 2025-04-21 16:05:07 -05:00
9b8b59e562 Add bandwidth configuration to settings.env.default and update run_iperf function for UDP modeS
yaro pushed to main at yaro/wifi_test 2025-04-21 15:33:10 -05:00
ddc27d9313 Enhance analyze_pcap function to track SSID encryption status and improve handling of hidden SSIDs
0129ddeaa2 Enhance analyze_pcap function to determine open status based on WLAN capabilities
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-21 14:54:16 -05:00
434add2694 Refactor loops and improve formatting in runtest.sh for better readability
yaro pushed to main at yaro/wifi_test 2025-04-21 14:40:03 -05:00
d92621d2f0 Fix loop termination in runtest.sh to ensure proper execution flow
yaro pushed to main at yaro/wifi_test 2025-04-21 14:35:10 -05:00
a97c7eadee Refactor and enhance run_iperf function in runtest.sh for improved error handling and code reuse
yaro pushed to main at yaro/wifi_test 2025-04-21 13:57:50 -05:00
664eb96853 Remove redundant line in logging section of runtest.sh
yaro pushed to main at yaro/wifi_test 2025-04-21 13:55:56 -05:00
736703054e Fixed set -x
yaro pushed to main at yaro/wifi_test 2025-04-21 13:54:21 -05:00
26c3927e75 Improve iperf3 error handling in runtest.sh by capturing stderr and logging detailed error messages
yaro pushed to main at yaro/wifi_test 2025-04-21 13:53:08 -05:00
cb3278b280 Enhance iperf3 error handling in runtest.sh for improved reliability and logging
yaro pushed to main at yaro/wifi_test 2025-04-21 13:10:28 -05:00
50000ac5c2 Refactor iperf3 function in runtest.sh for improved argument handling and readability
yaro pushed to main at yaro/wifi_test 2025-04-21 12:56:06 -05:00
e3c3647a7e Add packet count tracking to SSID metrics in analyze_pcap function
1d2fafb4e3 Add packet count to analyze_pcap output and CSV reporting
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-21 12:49:21 -05:00
4891f0bdfe Add iperf3 testing functionality to runtest.sh and update CSV output format; include local and remote TCP/UDP metrics
yaro pushed to main at yaro/wifi_test 2025-04-17 15:20:41 -05:00
da0763806b Add 'Open' status to SSID summary in analyze_pcap function for enhanced metrics reporting
5f42fb7d9e Refactor analyze_pcap function to improve SSID reporting; include BSSID list and adjust Cisco client metrics calculation.
Compare 2 commits »
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