VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.

Home Page:https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use SSID filter?

EduardBirnbaum opened this issue · comments

It would be very helpful if the SSIDs could be selected in a dropdown menu. At the moment, the input field is key sensitive and depending on the complexity and length of the SSID, it is difficult to type them.

There is no need to use full SSID name in the filter. SSID filter allows partial text.

SSID Names Example:

  • SSIDEduard
  • SSIDVREM

Filter Usage Example:

  • SSID or "Ed VR" or "Eduard VREM" will show both.
  • Eduard or Ed will show only SSIDEduard
  • VREM or VR will show only SSIDVREM