• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-05-01 10:06:28 -05:00
d24157ba52 Handle potential None value for addr2 in packet processing
yaro pushed to main at yaro/wifi_test 2025-05-01 10:04:09 -05:00
4517f0cc95 Refactor packet handling to improve client tracking and AP relationship mapping; add function to get connected BSSID.
yaro pushed to main at yaro/wifi_test 2025-05-01 09:19:43 -05:00
2da759bf39 Change interface type to monitor in reset_interface; update main function to improve clarity.
yaro pushed to main at yaro/wifi_test 2025-05-01 09:16:38 -05:00
17683f5bd5 Add interface reset functionality to main loop; ensure proper state before and after sniffing
yaro pushed to main at yaro/wifi_test 2025-05-01 09:07:00 -05:00
de6f0b037b Enhance client tracking and AP relationship mapping in handle_packet; update metrics to reflect active clients per AP.
yaro pushed to main at yaro/wifi_test 2025-04-30 16:16:35 -05:00
50aad9ef15 Refactor listener.py to enhance channel syncing and metrics logging; add command-line arguments for interface selection and output file.
yaro pushed to main at yaro/wifi_test 2025-04-30 15:21:00 -05:00
3b03e5c048 Add channel tracking and periodic check in main loop
yaro pushed to main at yaro/wifi_test 2025-04-30 15:19:03 -05:00
e93addb4c0 Add channel change detection and update logic in main loop
yaro pushed to main at yaro/wifi_test 2025-04-30 15:04:34 -05:00
d0d7dd473f Add functions to get and set the current channel for the network interface
yaro pushed to main at yaro/wifi_test 2025-04-30 14:36:32 -05:00
2586d5fcca Add shebang line to listener.py for improved script execution
yaro pushed to main at yaro/wifi_test 2025-04-30 14:34:52 -05:00
f360ae79e8 Refactor settings loading to use auto-detection and improve error handling
yaro pushed to main at yaro/wifi_test 2025-04-30 14:28:02 -05:00
0e49e636ce Refactor environment variable loading to improve error handling and clarity
yaro pushed to main at yaro/wifi_test 2025-04-30 14:19:57 -05:00
fa0a1fd930 Add export keyword to all environment variables in settings.env.default
yaro pushed to main at yaro/wifi_test 2025-04-30 14:09:53 -05:00
2ff5a192ca Rename INTERFACE to LISTEN_INTERFACE for consistency and update settings.env.default
ae55141efe Update .gitignore to include __pycache__ directory and remove compiled Python files
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-30 13:59:42 -05:00
a04ca7960f Make listener.py executable.
yaro pushed to main at yaro/wifi_test 2025-04-30 13:58:31 -05:00
2b328b7368 Refactor packet sniffing to run in a loop with a longer timeout for improved performance
yaro pushed to main at yaro/wifi_test 2025-04-30 13:51:40 -05:00
2a227d7222 Add support for --no-enrich flag in runtest.sh to skip data enrichment
yaro pushed to main at yaro/wifi_test 2025-04-29 15:32:51 -05:00
027890896e Remove redundant debug output in Cisco client reporting and average calculation for improved clarity
yaro pushed to main at yaro/wifi_test 2025-04-29 14:34:07 -05:00
e81b0fefd4 Refactor Cisco client data extraction in management frame processing to improve clarity and add debug output for client reports
yaro pushed to main at yaro/wifi_test 2025-04-29 14:22:23 -05:00
5ba7e701d5 Add debug output for Cisco SSIDs and BSSID-to-SSID mapping in query_metrics