I need to get the name of the currently connected Wi-Fi hotspot, e.g. "NETGEAR". You can do it by using CaptiveNetwork ( How do I use CaptiveNetwork to get the current WiFi Hotspot Name ), but this class is available in iOS 4.1 or later only. I would like to compile my app for iOS 3.2 to capture more users.
Is there a way to determine Wi-Fi network name without using CaptiveNetwork?