Lines Matching refs:eap_method
177 if (!cred->eap_method) in cred_with_nai_realm()
1014 if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) { in interworking_connect_3gpp()
1015 if (cred->eap_method[0].method == EAP_TYPE_SIM || in interworking_connect_3gpp()
1016 cred->eap_method[0].method == EAP_TYPE_AKA || in interworking_connect_3gpp()
1017 cred->eap_method[0].method == EAP_TYPE_AKA_PRIME) in interworking_connect_3gpp()
1018 eap_type = cred->eap_method[0].method; in interworking_connect_3gpp()
1391 if (!cred->eap_method) in interworking_credentials_available_roaming_consortium()
1435 if (cred->eap_method) { in interworking_set_eap_params()
1436 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params()
1437 cred->eap_method->method == EAP_TYPE_TTLS; in interworking_set_eap_params()
1444 os_memcpy(ssid->eap.eap_methods, cred->eap_method, in interworking_set_eap_params()
1445 sizeof(*cred->eap_method)); in interworking_set_eap_params()
1616 if (cred->eap_method == NULL) { in interworking_connect_roaming_consortium()
1624 cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_connect_roaming_consortium()
1625 cred->eap_method->method == EAP_TYPE_TTLS) < 0) in interworking_connect_roaming_consortium()