OBJECTIVE C - Get security type of currently connected wifi network for Mac OS X using cocoa
Translations
Englishالعربية
български
català
中文
čeština
dansk
Nederlands
eesti
suomi
français
Deutsch
Ελληνικά
עברית
हिंदी
magyar
Bahasa Indonesia
italiano
日本語
한국어
latviešu
lietuvių
norsk
polski
Português
română
русский
slovenčina
slovenski
español
svenska
ไทย
Türkçe
українська
Tiếng Việt
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 Yogesh Thakur (9/2/2011 1:00:28 PM)
Answer |
Look at the source code of Kismac
Answer by Rahul
Find More Answers
Related Topics objective-c osx cocoa networking wireless