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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientConfiguration.c1307 EAPOLClientProfileRef matching_profile; local
1313 matching_profile = EAPOLClientConfigurationGetProfileWithID(cfg, profileID);
1314 if (matching_profile != NULL) {
1315 values[count] = matching_profile;
1318 matching_profile = NULL;
1321 matching_profile
1329 matching_profile
1333 if (matching_profile != NULL && values[0] != matching_profile) {
1334 values[count] = matching_profile;
[all...]
/macosx-10.10.1/eap8021x-198/eapolcfg.tproj/
H A Deapolcfg.c1186 EAPOLClientProfileRef matching_profile; local
1188 matching_profile = (EAPOLClientProfileRef)
1190 if (EAPOLClientConfigurationRemoveProfile(cfg, matching_profile)

Completed in 135 milliseconds