Is there a way to get all available WiFi network in range in i OS? some people say we can use CaptiveNetwork for this ,please check https://developer.apple.com/library/ios/documentation/SystemConfiguration/Reference/CaptiveNetworkRef/index.html can we do this in BAi Thank you
www.b4x.com
Does anyone know if there is a way to get the frequency of the current connection?
In B4A this can be done using the ABWiFi library which doesn't appear to have an iOS equivalent:
UPDATE: ABWifi 2.x Note: ABWifi 2.x is NOT compatible with ABWifi 1.x. ABWifi 1.x was one of the first libraries I wrote for B4A. It was reported that there were some problems with timing etc. It did also some stuff that I needed for a personal project (like location finding), but there are way...
This is an app for an external microcontroller which can only support 2.4GHz signals so the sneaky work-around is to use it to validate the SSID and send it back for display. Maybe some day Apple will surface some more useful WiFi functions like scanning of all available signals and details for each? Seems like a no-brainer to me.