jannispinter / jaws

JAWS - Just another wifi scanner
GNU General Public License v3.0
42 stars 6 forks source link

Select frequency band #3

Open jannispinter opened 9 years ago

jannispinter commented 9 years ago

Limiting the scan for a certain frequency band could speed up scanning. This is actually possible, via the hidden API (See: https://android.googlesource.com/platform/frameworks/base/+/android-4.0.3_r1.1/wifi/java/android/net/wifi/WifiManager.java#775)

However, at the time, it seems tricky to build it with the standard tools (since it's hidden) and I don't know whether F-Droid can build it.