In my app (MIN SDK 19) I need to list all wifis that are from the 2.4ghz band and discriminate those from the 5ghz band.
I found this post but it does not seem to be precise with what I need since it seems that the code was removed or hidden for the developers in the android API: Scanning for wifi signals only in 2.4Ghz band
Here you can find a list of frequencies: Android wifi getting frequency of the connected Wifi
Even here: https://en.wikipedia.org/wiki/List_of_WLAN_channels#2.4_GHz_(802.11b/g/n/ax)
I dont understand at all this frequencies because using WifiManager it is returning me, for 5 Ghz, a frequency value below 2500.
I need to know just how to get wifi 2.4ghz band.