Lines Matching refs:method

336 	u8 method;
382 e->method = *pos++;
384 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
385 elen, e->method, auth_count);
409 if (e->method != EAP_TYPE_TTLS)
430 wpa_printf(MSG_DEBUG, "Inner EAP method: %u",
605 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
607 "nai-realm-cred-username: EAP method not supported: %d",
608 eap->method);
609 return 0; /* method not supported */
612 if (eap->method != EAP_TYPE_TTLS && eap->method != EAP_TYPE_PEAP &&
613 eap->method != EAP_TYPE_FAST) {
617 eap->method);
621 if (eap->method == EAP_TYPE_PEAP || eap->method == EAP_TYPE_FAST) {
625 "nai-realm-cred-username: PEAP/FAST: Inner method not supported: %d",
637 if (eap->method == EAP_TYPE_TTLS) {
663 "nai-realm-cred-username: inner-method not GTC or MSCHAPv2: %d",
675 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
678 eap->method);
679 return 0; /* method not supported */
682 if (eap->method != EAP_TYPE_TLS) {
686 eap->method);
1015 if (cred->eap_method[0].method == EAP_TYPE_SIM ||
1016 cred->eap_method[0].method == EAP_TYPE_AKA ||
1017 cred->eap_method[0].method == EAP_TYPE_AKA_PRIME)
1018 eap_type = cred->eap_method[0].method;
1040 "Selected EAP method (%d) not supported", eap_type);
1437 cred->eap_method->method == EAP_TYPE_TTLS;
1447 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE;
1618 "Interworking: No EAP method set for credential using roaming consortium");
1625 cred->eap_method->method == EAP_TYPE_TTLS) < 0)
1779 "Interworking: No matching credentials and EAP method found for "
1817 eap->method), 0) < 0)
1820 switch (eap->method) {
1882 eap->method == EAP_TYPE_TTLS) < 0)