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

/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c3268 CFMutableDictionaryRef new_eap_config = NULL; local
3270 new_eap_config = CFDictionaryCreateMutableCopy(NULL, 0, eap_config);
3272 CFDictionaryRemoveValue(new_eap_config, kEAPClientPropUserName);
3275 CFDictionaryRemoveValue(new_eap_config, kEAPClientPropUserPassword);
3279 new_eap_config);
3281 CFDictionaryRemoveValue(new_eap_config,
3286 new_eap_config);
3289 CFDictionarySetValue(new_eap_config,
3294 supp->config_dict = new_eap_config;

Completed in 83 milliseconds