What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Sep 11, 2007 by pumpkingod
Apple80211GetIfListCopy  

Returns an array of available 802.11 devices.

int Apple80211GetIfListCopy(struct Apple80211 *handle, CFArrayRef *list);

Parameters

  • handle An open handle from an Apple80211Open call
  • list The (returned) CFArrayRef of CFStringRefs containing the available interface names

Sample output

<CFArray 0x104a40 [0x383e8174]>{type = mutable-small, count = 1, values = (
        0 : <CFString 0x104a60 [0x383e8174]>{contents = "en0"}
)}


Sign in to add a comment