Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:method

330 	u8 method;
366 wpa_printf(MSG_DEBUG, "No room for EAP Method fixed fields");
372 wpa_printf(MSG_DEBUG, "No room for EAP Method subfield");
376 e->method = *pos++;
378 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
379 elen, e->method, auth_count);
398 if (e->method != EAP_TYPE_TTLS)
419 wpa_printf(MSG_DEBUG, "Inner EAP method: %u",
433 wpa_printf(MSG_DEBUG, "Tunneled EAP Method Credential "
489 wpa_printf(MSG_DEBUG, "No room for EAP Method Count");
594 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
596 "nai-realm-cred-username: EAP method not supported: %d",
597 eap->method);
598 return 0; /* method not supported */
601 if (eap->method != EAP_TYPE_TTLS && eap->method != EAP_TYPE_PEAP &&
602 eap->method != EAP_TYPE_FAST) {
605 "nai-realm-cred-username: Method: %d is not TTLS, PEAP, or FAST",
606 eap->method);
610 if (eap->method == EAP_TYPE_PEAP || eap->method == EAP_TYPE_FAST) {
614 "nai-realm-cred-username: PEAP/FAST: Inner method not supported: %d",
626 if (eap->method == EAP_TYPE_TTLS) {
652 "nai-realm-cred-username: inner-method not GTC or MSCHAPv2: %d",
664 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
666 "nai-realm-cred-cert: Method not supported: %d",
667 eap->method);
668 return 0; /* method not supported */
671 if (eap->method != EAP_TYPE_TLS) {
674 Method not TLS: %d",
675 eap->method);
1005 if (cred->eap_method[0].method == EAP_TYPE_SIM ||
1006 cred->eap_method[0].method == EAP_TYPE_AKA ||
1007 cred->eap_method[0].method == EAP_TYPE_AKA_PRIME)
1008 eap_type = cred->eap_method[0].method;
1030 "Selected EAP method (%d) not supported", eap_type);
1398 cred->eap_method->method == EAP_TYPE_TTLS;
1408 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE;
1539 "Interworking: No EAP method set for credential using roaming consortium");
1546 cred->eap_method->method == EAP_TYPE_TTLS) < 0)
1701 "Interworking: No matching credentials and EAP method found for "
1739 eap->method), 0) < 0)
1742 switch (eap->method) {
1803 eap->method == EAP_TYPE_TTLS) < 0)