I need to scan for available Wi-Fi signals and their strengths. I\'m using wifiManager.startScan();
and asynchronous wifiManager.getScanResult();
.
Supplicant config file provide option to explicitly declare range of channels where you want to scan for available network. If you device uses wpa_supplicant then in config file you can define scan frequency like below.
scan_freq: List of frequencies to scan
for more info look for above text in below mention link.
Visit http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplicant/wpa_supplicant.conf .