• Joined on 2025-04-06
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
yaro pushed to main at yaro/wifi_test 2025-04-14 15:59:39 -05:00
d69890fc3c Enhance get_aps_on_channel function to include BSSID parameter and improve packet handling with debug output
yaro pushed to main at yaro/wifi_test 2025-04-14 15:33:21 -05:00
9b19c07b7a Remove BSSID parameter from get_aps_on_channel function signature
yaro pushed to main at yaro/wifi_test 2025-04-14 15:00:09 -05:00
0ac4a00332 Enhance get_aps_on_channel function to include BSSID parameter and improve packet handling
yaro pushed to main at yaro/wifi_test 2025-04-14 14:04:23 -05:00
a1c0c18eb2 Add function to count access points on a specific channel in pcap analysis