Skip to content Skip to sidebar Skip to footer

Android Customize Wifi Scan

I am interested in scanning only a particular set of frequencies for a particular time interval (this is different from scanning interval in android api). Is there any high level

Solution 1:

See my answer on android.sx. Basically, install iw on your device and then call:

iwdevwlan0scanfreq2417

However, I do not know how this interacts with the supplicant/connection manager. We use it to measure RSSI only.

Post a Comment for "Android Customize Wifi Scan"