views:

462

answers:

2

My iPhone is connected to an access point through a WiFi connection. Does anybody now how I can retrieve this Access Point's MAC address with Objective-C?

A: 

Look here and then here

James Raybould
Thanks, that helps a lot. Is it also possible to get the BSSIDs of all available access points instead of only the one I'm currently connected to?
Deniz
Thats what this will do - the NSDictionary networks contains a list of all the visible networks
James Raybould
Brilliant. Thanks!
Deniz
A: 

We are still having issues with this.
open(&airportHandle); crashes the app. Any help is appreciated.

Dinesh