Home
last modified time | relevance | path

Searched refs:eap_sm_buildIdentity (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/eap_peer/
Deap.h338 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
Deap.c1005 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1671 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity() function
Deap_peap.c652 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_peap_phase2_request()
Deap_ttls.c492 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_ttls_phase2_request_eap()
Deap_fast.c453 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_fast_phase2_request()
Deap_teap.c440 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_teap_phase2_request()