Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:eap_method

167 		if (!cred->eap_method)
951 if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) {
952 if (cred->eap_method[0].method == EAP_TYPE_SIM ||
953 cred->eap_method[0].method == EAP_TYPE_AKA ||
954 cred->eap_method[0].method == EAP_TYPE_AKA_PRIME)
955 eap_type = cred->eap_method[0].method;
1342 if (cred->eap_method) {
1343 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF &&
1344 cred->eap_method->method == EAP_TYPE_TTLS;
1351 os_memcpy(ssid->eap.eap_methods, cred->eap_method,
1352 sizeof(*cred->eap_method));
1483 if (cred->eap_method == NULL) {
1491 cred->eap_method->vendor == EAP_VENDOR_IETF &&
1492 cred->eap_method->method == EAP_TYPE_TTLS) < 0)