How do I get the security type (and other information) of the currently connected network in Airport in my Objective-C / Cocoa program?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- back button text does not change
- IPAddress.[Try]Parse parses 192.168 to 192.0.0.168
- iOS (objective-c) compression_decode_buffer() retu
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- TCC __TCCAccessRequest_block_invoke
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- Unable to process app at this time due to a genera
- How can I add media attachments to my push notific
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