vote up 2 vote down star
1

Is there a way using the iPhone SDK to get WiFi information? Things like Signal Strength, WiFi Channel and SSID are the main things I'm looking for.

Only interested in Wifi info, not cellular.

flag

check out the apple site, they have widgets and api's exposed for this. – gagneet Dec 9 '08 at 7:31
1  
Yes I know there is an API - just not sure how to get Signal Strength programatically – KiwiBastard Dec 9 '08 at 7:37
Any idea how to use these calls? – CodingWithoutComments May 19 at 19:52

2 Answers

vote up 3 vote down check

Based on this bug report and this SO question, I'm guessing there's no supported way to do this atm.

EDIT: Chris mentioned WiFinder, which prompted me to do a little more digging. According to the WiFinder author's blog he used methods from the private Apple80211.framework. (The framework mentioned in the above linked SO question.) Apparently Apple will no longer allow these private API calls in apps, which is preventing him from updating WiFinder.

But, if you want to use them anyway, some kind folks have posted a list of discovered Apple80211 functions to google code.

It looks like Apple80211GetInfoCopy might do the trick.

link|flag
vote up 0 vote down

The WiFinder iPhone application does it somehow...

link|flag
Nice find. See my edits for the WiFinder authors issues w/using the private Apple80211.framework – Gordon Wilson Jan 5 at 16:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.