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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientProfile.c773 CFDictionaryRef eap_config; local
780 eap_config = CFDictionaryGetValue(dict,
782 if (isA_CFDictionary(eap_config) == NULL
783 || CFDictionaryGetCount(eap_config) == 0) {
790 accept_types = CFDictionaryGetValue(eap_config,
855 EAPOLClientProfileSetAuthenticationProperties(profile, eap_config);
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c3162 CFDictionaryRef eap_config; local
3204 eap_config =
3208 eap_config = EAPOLClientProfileGetAuthenticationProperties(profile);
3209 if (eap_config == NULL) {
3234 eap_config = CFDictionaryGetValue(config_dict,
3236 if (isA_CFDictionary(eap_config) == NULL) {
3237 eap_config = config_dict;
3251 = cfstring_is_empty(CFDictionaryGetValue(eap_config,
3254 = cfstring_is_empty(CFDictionaryGetValue(eap_config,
3266 || CFDictionaryContainsKey(eap_config,
[all...]

Completed in 124 milliseconds