How do I get the security type (and other information) of the currently connected network in Airport in my Objective-C / Cocoa program?
views:
39answers:
1
A:
See the apple documentation on the SysConfig
API, which allows you to read that and many properties of network connections:
http://developer.apple.com/library/mac/#documentation/Networking/Reference/SysConfig/index.html
Alex Brown
2010-10-26 14:57:00
Thanks! Also, what should I use to set the system-wide proxy settings? I can't seem to find that anywhere in the API.
Chetan
2010-10-26 17:49:34