Searched refs:identity_cf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c1332 CFStringRef identity_cf; local
1340 identity_cf = EAPClientModulePluginCopyIdentity(supp->eap.module,
1342 if (identity_cf == NULL) {
1345 identity = my_CFStringToCString(identity_cf, kCFStringEncodingUTF8);
1346 my_CFRelease(&identity_cf);

Completed in 147 milliseconds