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.h326 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
Deap.c780 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1448 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity() function
Deap_peap.c613 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_peap_phase2_request()
Deap_ttls.c450 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_ttls_phase2_request_eap()
Deap_fast.c434 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_fast_phase2_request()