Scanning for wifi signals only in 2.4Ghz band

后端 未结 4 1138
长发绾君心
长发绾君心 2021-02-09 11:42

I need to scan for available Wi-Fi signals and their strengths. I\'m using wifiManager.startScan(); and asynchronous wifiManager.getScanResult();.

4条回答
  •  迷失自我
    2021-02-09 12:16

    Is there any way I could tell the device to scan only in the 2.4GHz band

    I think there is not way how to achieve it.

    All you can do is only call startScan() and wait for results. Then you can filter results due to their frequency especially for 2.4Ghz frequency of each AP (Access Point) should be bellow 2500 Mhz.

提交回复
热议问题