I\'m searching for a way to present available WiFis in an iPhone App. So far my research resulted in the following:
path has changed in 3.X and beyond, from :
/System/Library/SystemConfiguration/Aeropuerto.bundle/Aeropuerto
to:
/System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfifuration
For a usage sample of iphone wireless, you can check following post,
http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/
There you'll also find a sample project developed with XCode 4.2.
As you have mentioned, this is only for research or private projects, we can not distribute.
Good luck,
Guvener
Check this out. I have created a Repository in GitHub for that.