Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:methods

761 	struct eap_sm *sm, int id, const struct eap_method *methods,
779 for (m = methods; m; m = m->next) {
795 wpa_printf(MSG_DEBUG, "EAP: no more allowed methods");
813 const struct eap_method *methods, *m;
818 methods = eap_peer_get_methods(&count);
819 if (methods == NULL)
822 return eap_sm_build_expanded_nak(sm, id, methods, count);
832 for (m = methods; m; m = m->next) {
848 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found);
1555 * EAP methods can call this function to request identity information for the
1570 * EAP methods can call this function to request password information for the
1585 * EAP methods can call this function to request new password information for
1600 * EAP methods can call this function to request SIM or smart card PIN
1617 * EAP methods can call this function to request open time password (OTP) for
1631 * EAP methods can call this function to request passphrase for a private key
1723 const struct eap_method *methods, *m;
1725 methods = eap_peer_get_methods(&mcount);
1726 if (methods == NULL)
1733 for (m = methods; m; m = m->next) {
1778 * EAP peer methods should avoid using this function if they can use other