CoreWLAN equivalent with C/C++ interface

I want to get WiFI network parameters line SSID, cyphering type and so on.

I know about CoreWLAN framework.

This Objective-C framework allows me to get all parameters I interested.



The question is there any C/C++ interface for CoreWLAN?

Or may be there is another framework with similar functionality?

Replies

The question is there any C/C++ interface for CoreWLAN?

No.

Or may be there is another framework with similar functionality?

No.

My recommendation is that you use Objective-C++ file to implement a CoreWLAN wrapper that exposes the functionality you need.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"