Searched refs:eap_sm_buildIdentity (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant/
H A Deap.h247 u8 * eap_sm_buildIdentity(struct eap_sm *sm, int id, size_t *len,
H A Deap.c398 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId,
930 * eap_sm_buildIdentity - Build EAP-Identity/Response for the current network
941 u8 * eap_sm_buildIdentity(struct eap_sm *sm, int id, size_t *len, function
H A Deap_peap.c297 *resp = eap_sm_buildIdentity(sm, hdr->identifier, resp_len, 1);
H A Deap_fast.c1062 *resp = eap_sm_buildIdentity(sm, hdr->identifier, resp_len, 1);
H A Deap_ttls.c538 *resp = eap_sm_buildIdentity(sm, hdr->identifier, resp_len, 1);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.h264 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
H A Deap.c419 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
951 * eap_sm_buildIdentity - Build EAP-Identity/Response for the current network
961 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) function
H A Deap_peap.c632 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_fast.c422 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_ttls.c594 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);

Completed in 69 milliseconds