VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
2.73k stars 570 forks source link

Exact match for SSID #480

Open rany2 opened 1 month ago

rany2 commented 1 month ago

Is your feature request related to a problem? Please describe. I have SSIDs that look something along the lines of "Rany PSK", "Rany dot1X", etc. The issue is that WiFi Analyzer filters it one word a time which means that if I explicitly search for "Rany dot1X" I actually see both "Rany PSK", "Rany dot1X" and other SSIDs with "dot1X" in the name.

It is counterintuitive and somewhat frustrating because it makes the filtering function less useful.

Describe the solution you'd like An option to do exact matches on the SSID.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

How I can help A clear and concise description of what you can do to help.

Additional context Add any other context or screenshots about the feature request here.

Provide Device/Android OS information

VREMSoftwareDevelopment commented 1 month ago

Current behavior confirmation

Possible alternative solution

This is an interesting idea for a feature. Unfortunately all current contributors are busy with other work. When we don't have an opportunity to implement a feature, we encourage developers to become contributors. It would be great to add new contributors to this project.