Searched refs:eap_sm_buildIdentity (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.h | 338 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
|
D | eap.c | 1004 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE() 1656 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity() function
|
D | eap_peap.c | 618 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_peap_phase2_request()
|
D | eap_fast.c | 452 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_fast_phase2_request()
|
D | eap_ttls.c | 467 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_ttls_phase2_request_eap()
|
D | eap_teap.c | 433 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_teap_phase2_request()
|