Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap.h318 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
Deap.c751 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1426 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity() function
Deap_peap.c610 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_peap_phase2_request()
Deap_ttls.c402 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_ttls_phase2_request_eap()
Deap_fast.c436 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_fast_phase2_request()