Question

I hope I've posted the question on the right place. Not so sure if it should be here or in ServerFault.Nonetheless thank you for those who will answer.

So we have this project where we want to get the SSIDs and/or MAC addresses of scanned WiFi Networks available via the iPhone (can't change devices now, so no do it on Android answers please). Since via iOS5 it has become completely impossible for non-jailbroken iPhones to do so (not sure) because of new security restrictions, I want to know if the opposite is possible. That is, is there any Access Point available that can record the information of the devices that did a scan, and put it in the syslog?

Or can you please suggest another way? The basic idea is that the iPhone must get a data from another device (in this case WiFi, and we're also thinking about bluetooth) and send it to a server.

EDIT: I've read that it's possible to get the current SSID using CaptiveNetwork.h, can someone provide me information about this? Thanks.

Was it helpful?

Solution

iphone-wireless project looks like it might fit the bill. Specifically Apple80211GetInfoCopy

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top