Home | History | Annotate | Download | only in eap_server

Lines Matching refs:identity

116 	if (sm->identity) {
124 wpabuf_put_data(buf, sm->identity, id_len);
1007 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
1009 "Identity not found in the user "
1011 sm->identity, sm->identity_len);
1259 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PEAP: Identity from cached session",
1261 os_free(sm->identity);
1262 identity = os_malloc(id_len ? id_len : 1);
1263 if (!sm->identity) {
1269 os_memcpy(sm->identity, pos, id_len);
1272 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
1273 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PEAP: Phase2 Identity not found in the user database",
1274 sm->identity, sm->identity_len);