Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:methods

756 	struct eap_sm *sm, int id, const struct eap_method *methods,
774 for (m = methods; m; m = m->next) {
790 wpa_printf(MSG_DEBUG, "EAP: no more allowed methods");
808 const struct eap_method *methods, *m;
813 methods = eap_peer_get_methods(&count);
814 if (methods == NULL)
817 return eap_sm_build_expanded_nak(sm, id, methods, count);
827 for (m = methods; m; m = m->next) {
843 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found);
1610 * EAP methods can call this function to request identity information for the
1625 * EAP methods can call this function to request password information for the
1640 * EAP methods can call this function to request new password information for
1655 * EAP methods can call this function to request SIM or smart card PIN
1672 * EAP methods can call this function to request open time password (OTP) for
1686 * EAP methods can call this function to request passphrase for a private key
1778 const struct eap_method *methods, *m;
1780 methods = eap_peer_get_methods(&mcount);
1781 if (methods == NULL)
1788 for (m = methods; m; m = m->next) {
1833 * EAP peer methods should avoid using this function if they can use other