Lines Matching refs:eap_method
177 if (!cred->eap_method) in cred_with_nai_realm()
1025 if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) { in interworking_connect_3gpp()
1026 if (cred->eap_method[0].method == EAP_TYPE_SIM || in interworking_connect_3gpp()
1027 cred->eap_method[0].method == EAP_TYPE_AKA || in interworking_connect_3gpp()
1028 cred->eap_method[0].method == EAP_TYPE_AKA_PRIME) in interworking_connect_3gpp()
1029 eap_type = cred->eap_method[0].method; in interworking_connect_3gpp()
1434 if (!cred->eap_method) in interworking_credentials_available_roaming_consortium()
1479 if (cred->eap_method) { in interworking_set_eap_params()
1480 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params()
1481 cred->eap_method->method == EAP_TYPE_TTLS; in interworking_set_eap_params()
1488 os_memcpy(ssid->eap.eap_methods, cred->eap_method, in interworking_set_eap_params()
1489 sizeof(*cred->eap_method)); in interworking_set_eap_params()
1677 if (cred->eap_method == NULL) { in interworking_connect_roaming_consortium()
1685 cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_connect_roaming_consortium()
1686 cred->eap_method->method == EAP_TYPE_TTLS) < 0) in interworking_connect_roaming_consortium()