Lines Matching refs:methods
184 const struct eap_method *methods, *m; in eap_get_phase2_types() local
186 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types()
187 if (methods == NULL) in eap_get_phase2_types()
194 for (m = methods; m; m = m->next) { in eap_get_phase2_types()
454 const struct eap_method *methods, *m; in eap_sm_build_nak() local
456 methods = eap_peer_get_methods(&count); in eap_sm_build_nak()
457 if (methods == NULL) in eap_sm_build_nak()
477 for (m = methods; m; m = m->next) { in eap_sm_build_nak()
592 const struct eap_method *methods; in eap_peer_config_init() local
595 methods = eap_peer_get_methods(&mcount); in eap_peer_config_init()
596 if (methods == NULL) { in eap_peer_config_init()