OBJECTIVE C - Get security type of currently connected wifi network for Mac OS X using cocoa

I need to find the security type (ex- WPA2, WEP) of the currently connected network on a Mac. I am targeting Mac OS 10.3. Seems that this can be done using the SCDynamicStore API. However, I am unable to find my way around this. Also I need to submit the app to the Mac App Store and hence do not want to go for any private code. Any pointers or a sample code would be very helpful. Thanks in advance.

This question and answers originated from www.stackoverflow.com
Question by (9/2/2011 1:00:28 PM)

Answer

Look at the source code of Kismac

Answer by

Find More Answers
Related Topics  objective-c  osx  cocoa  networking  wireless
Related Questions