Reputation: 1812
I've just looked at CoreWLAN's documentation and I've seen that several methods of CWInterface are deprecated since OS X 10.10. However the documentation doesn't mention any replacement for these features. Any idea of where I should give a look?
Upvotes: 1
Views: 247
Reputation: 2336
You are looking for CWWiFiClient
. Unfortunately I was not able to track down the class reference for this class on the developer website - seems it's not there yet. The good news is that you can access it through the code navigation feature of Xcode.
However, there appears to be a bug such that entitlements are not granted. This even extends to non-sandboxed apps. See this SO question and this question on the Apple developer forums.
Upvotes: 0