Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Apple80211Get

Hi i am using the following in my code to get SSID

CFMutableDataRef ssid;

ssid = CFDataCreateMutable(kCFAllocatorDefault, 0);

if (Apple80211Get((Apple80211Ref)wref, APPLE80211_IOC_SSID, 0, ssid, sizeof(ssid)) != kA11NoErr) {

printf("Returning Null from Apple80211Get of SSID\n");

CFRelease(ssid);

return(NULL);

}



could anyone please tell me what may be the reasons Apple80211Get returning in some error.. what are all the conditions and how to come out of it.. because I could get the SSID and not even the BSSID even when my en1 is connected and I am binding my en1 interface only as referred in wireless.c

http://opensource.apple.com/source/eap8021x/eap8021x-100/eapolclient.tproj/wirel ess.c .. could anyone please guide me.. thanks in advance..

Mac Pro, Mac OS X (10.6.8), development

Posted on May 3, 2012 11:36 PM

Reply

There are no replies.

Apple80211Get

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.