Lines Matching defs:method
1265 methods[num_methods].method = eap_peer_get_type(
1268 methods[num_methods].method == EAP_TYPE_NONE) {
1269 wpa_printf(MSG_ERROR, "Line %d: unknown EAP method "
1272 " this EAP method during wpa_supplicant\n"
1277 methods[num_methods].method == EAP_TYPE_LEAP)
1295 methods[num_methods].method = EAP_TYPE_NONE;
1324 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1326 eap_methods[i].method);
2773 struct eap_method_type method;
2774 method.method = eap_peer_get_type(value, &method.vendor);
2775 if (method.vendor == EAP_VENDOR_IETF &&
2776 method.method == EAP_TYPE_NONE) {
2785 os_memcpy(cred->eap_method, &method, sizeof(method));
3109 cred->eap_method[0].method));
3777 "method '%s'.", line, so);