Lines Matching full:identity
131 if (sm->identity && sm->require_identity_match && in eap_gtc_process()
133 os_memcmp(pos, sm->identity, sm->identity_len))) { in eap_gtc_process()
134 wpa_printf(MSG_DEBUG, "EAP-GTC: Phase 2 Identity did " in eap_gtc_process()
135 "not match with required Identity"); in eap_gtc_process()
137 "identity", in eap_gtc_process()
138 sm->identity, sm->identity_len); in eap_gtc_process()
142 os_free(sm->identity); in eap_gtc_process()
144 sm->identity = os_memdup(pos, sm->identity_len); in eap_gtc_process()
145 if (sm->identity == NULL) { in eap_gtc_process()
151 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { in eap_gtc_process()
153 "Identity not found in the user " in eap_gtc_process()
155 sm->identity, sm->identity_len); in eap_gtc_process()