• Joined on 2025-04-06
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
yaro pushed to main at yaro/wifi_test 2025-04-15 10:28:43 -05:00
2abcc1e5b4 Update return values in analyze_pcap to reorder signal strength metrics
yaro pushed to main at yaro/wifi_test 2025-04-15 10:02:21 -05:00
345d709c98 Add import for mean from statistics module
45bba2e988 Rename calculate_avg_ap_signal_strength to calculate_signal_strength_stats and update return values to include max signal strength
5c87c2dc43 Remove debug print statement for type/subtype value in get_aps_on_channel
Compare 3 commits »
yaro pushed to main at yaro/wifi_test 2025-04-15 09:19:27 -05:00
439018ba85 Remove debug print statements from get_aps_on_channel for cleaner output
yaro pushed to main at yaro/wifi_test 2025-04-15 09:14:28 -05:00
5d000b2a10 Refactor get_aps_on_channel to improve channel frequency validation and packet handling
yaro pushed to main at yaro/wifi_test 2025-04-15 09:07:20 -05:00
9a13209620 Add debug output to get_aps_on_channel for packet validation
yaro pushed to main at yaro/wifi_test 2025-04-15 09:01:59 -05:00
8fdd4336d1 Refactor get_aps_on_channel to use get_freq_details for channel validation
yaro pushed to main at yaro/wifi_test 2025-04-15 08:53:46 -05:00
93431ae6ec Add debug output to get_aps_on_channel for type/subtype value
yaro pushed to main at yaro/wifi_test 2025-04-15 08:33:28 -05:00
0a14ecebf4 Refactor get_aps_on_channel function to improve packet filtering and BSSID handling
yaro pushed to main at yaro/wifi_test 2025-04-14 16:12:56 -05:00
17c17b41c2 Remove BSSID parameter from get_aps_on_channel function signature