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

/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);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h275 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
H A Deap.c423 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
1030 * eap_sm_buildIdentity - Build EAP-Identity/Response for the current network
1040 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) function
H A Deap_peap.c628 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_ttls.c375 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_fast.c416 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h275 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
H A Deap.c423 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
1030 * eap_sm_buildIdentity - Build EAP-Identity/Response for the current network
1040 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) function
H A Deap_peap.c628 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_ttls.c375 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_fast.c416 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h275 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
H A Deap.c423 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
1030 * eap_sm_buildIdentity - Build EAP-Identity/Response for the current network
1040 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) function
H A Deap_peap.c628 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_ttls.c375 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
H A Deap_fast.c416 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);

Completed in 171 milliseconds