[CWInterface supportedInterfaces] returns an array of CWInterface, but how do I find out which one is Airport?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The documentation (such as it is) for CWInterface says:

 * @abstract Encapsulates an IEEE 802.11 interface.

So, if you have a CWInterface, that's an AirPort interface.

link|improve this answer
What if the user has more than one WiFi card installed? Are they both still "Airport" cards even though one is not an Apple card? Is that splitting hairs? It's not clear from the OP's question, and [CWInterface interfaceNames] returns names like en1 which are not particularly helpful in determining this. – Rob Keniger Jan 4 at 23:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.