In the iPhone SDK I don't see the same SCDynamicStore
used on Mac OS X to get the SSID name that your wireless network is currently connected to isn't available.
Is there a way to get the SSID name that the iPhone is currently connected to?
I see some apps do it (Easy Wi-Fi for AT&T for one) but I can't find how it's done in the iPhone SDK docs. A private or unpublish method would be acceptable just as a proof of concept (although I know that likely wouldn't make it to the AppStore).